Open WheelyWonka opened 6 hours ago
I have the same issue. I can see from the small dot on the iphone in the top island that the microphone is being used for a few seconds, but no events are fired. Expo 52, new architecture.
Looks like there's a breaking change in SDK 52 with the eventing. I'll work on a v1 for SDK 52.
Hello,
After following the README, I got the Android and iOS permission modals and after accepting,
result
norspeechstart
events don't fire. The microphone is working because when I use Audio.Recording it records and read the recorded audio perfectly.Regarding plugin's permissions in app.json, i tried to put
and also
But it doesn't seem to make any differences.
Here's a bug reproduction repo: https://github.com/WheelyWonka/speech-bug-repo
Could you spot what I am missing please ?
Thank you very much :)