React native voice isn't detecting my voice

20 Views Asked by At

I'm encountering an issue with React Native Voice where it's not detecting my voice, specifically, the onSpeechResults callback is not getting called. Instead, I'm receiving the following warnings:

WARN new NativeEventEmitter() was called with a non-null argument without the required addListener method. WARN new NativeEventEmitter() was called with a non-null argument without the required removeListeners method.

I haven't linked my app to React Native Voice explicitly, as I've read that for newer versions of React Native, this should be done automatically.

Has anyone else experienced this issue? Any insights or solutions would be greatly appreciated. Thank you!

I've checked that other React Native Voice functions like isAvailable and onSpeechStart are being called properly.

0

There are 0 best solutions below