[TypeError: Cannot read property 'startSpeech' of null]
"react-native": "0.76.9", gradle-8.10.2-all.zip, Error reported when calling the Voice.start ('zh CN ') method:[TypeError: Cannot read property 'startSpeech' of null]
Same issue in "react-native": "0.80.1" ,
same here. I was facing same issue on Android only. iOS device working.
Same issue in "react-native": "0.80.2" any solution?
Any alternate of this package
Any update on this issue?
try this @appcitor/react-native-voice-to-text work for me on both iOS and android, react native 0.80
try this @appcitor/react-native-voice-to-text work for me on both iOS and android, react native 0.80
it is not working with "react": "19.0.0", "react-native": "0.78.1", "react-native-voice-to-text": "^0.1.4"
try this @appcitor/react-native-voice-to-text work for me on both iOS and android, react native 0.80
it is not working with "react": "19.0.0", "react-native": "0.78.1", "react-native-voice-to-text": "^0.1.4"
try "@appcitor/react-native-voice-to-text": "^0.2.1"
Same issue in "react-native": "0.79.5"
try this @appcitor/react-native-voice-to-text work for me on both iOS and android, react native 0.80
Hi, thanks this works, but seems it listens only for a single time, and closes the listner Like the listner dosent stay up to receive further text. it stops after receiving the first text
I don't know, if i am the only one having this issue, because am using this for a bot, and i have to continually receive text, so the listener has to stay open
@ObaidHere
try this @appcitor/react-native-voice-to-text work for me on both iOS and android, react native 0.80
Hi, thanks this works, but seems it listens only for a single time, and closes the listner Like the listner dosent stay up to receive further text. it stops after receiving the first text
I don't know, if i am the only one having this issue, because am using this for a bot, and i have to continually receive text, so the listener has to stay open
am using it as a global listner only remove then app is closed or moves to background it perfectly working for me.
HI i am using this but when i start the recording i get _reactNativeVoiceToText.default.start is not a function (it is undefined).
Any solution would be much appreciated.
try this @appcitor/react-native-voice-to-text work for me on both iOS and android, react native 0.80
it is not working with "react": "19.0.0", "react-native": "0.78.1", "react-native-voice-to-text": "^0.1.4"
try "@appcitor/react-native-voice-to-text": "^0.2.1"
no one maintains this repo anymore
why not use https://github.com/jamsch/expo-speech-recognition ?
no one maintains this repo anymore
why not use https://github.com/jamsch/expo-speech-recognition ?
because we can not use it in RN cli
no one maintains this repo anymore why not use https://github.com/jamsch/expo-speech-recognition ?
because we can not use it in RN cli
afaik it's another module system (same with nitro) ;; it shouldn't matter if you use RN cli as long as you add the native code for autolinking the native expo modules
https://docs.expo.dev/bare/installing-expo-modules/
I am facing same issue, working perfectly on ios but not on android
Try to disable the new RN architecture (newArchEnabled=false) on gradle.properties. This work for me.
the issue is with react native new arch this only works when new arch is false
Same issue for us
The issue is because when running in new arch, the legacy NativeModules from react native is removed with TurboRegistry to register your native class, which is actually fixed in the library but, they are yet to release it(Don't know why🤷🏻♂️)and the library also does not support Interop which is why we are facing this issue.
So, you have to use the master branch directly to get the changes in your node_modules like this
...
"@react-native-voice/voice": "git+https://github.com/react-native-voice/voice#master",
...
By this way, I got the changes and it was running in my RN 77 new arch. @safaiyeh @wenkesj Please release a new version for this voice package to support new arch!😅
Is it working on iOS? I am using this version, and it is not working in iOS.
"@react-native-voice/voice": "npm:[email protected]"
does anyone even maitain this repo? if not how can i start maintaining it?