Why is SpeechRecognizer.RecognizeAsync() crashing in this situation? #10537
Answered
by
chrisglein
ClaudiuHBann
asked this question in
Q&A
-
I created the default react-native-windows project (like in here: https://microsoft.github.io/react-native-windows/docs/getting-started), after which I created a native module in c++ like:
I call this method from the react native, and then the call to speechRecognizer.RecognizeAsync() crashes app with the following output: What am I doing wrong? The same code works as expected in a winui project or uwp. |
Beta Was this translation helpful? Give feedback.
Answered by
chrisglein
Sep 12, 2022
Replies: 1 comment
-
Addressed here: #10540 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chrisglein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Addressed here: #10540