Deepak Mittal
Deepak Mittal
> I have the same problem but only if connect the ios earphones, has anyone found a solution? Check this PR. It resolves this issue. [headset and bluetooth crashing issue](https://github.com/react-native-voice/voice/pull/361)
Hey @anujmpec You can check this link now.
@Anujmoglix you can use this https://github.com/react-native-voice/voice/issues/289#issuecomment-946662633
Check out #361. I am already using this solution in my live project and it is working completely fine.
Please check this solution #361
For me, it returns **undefined** but it works.
Checkout to this branch and check if it works #361. I am using this and it is working.
Inside the onSpeechResults function add debounce and check the result.
In IOS, it will keep returning results one by one in words. You will have to wait for 1 or 2 secs and then check the result.
This does not resolve this issue. still getting same issue