You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a bug in iOS 18, final results never get called. This is a workaround I did that will need to be done here too: jamsch/expo-speech-recognition@6e287e0
Voice.onSpeechEnd = onSpeechEnd;
const onSpeechEnd = (e) => {
};
onSpeechEnd did return anything on iOS (have tested on real device too). Working fine in Android
The text was updated successfully, but these errors were encountered: