Voice is undefined
https://github.com/wenkesj/react-native-voice/blob/master/index.js#L8
hello! try these steps:
# uninstall app
# stop packager
watchman watch-del-all
rm -rf $TMPDIR/react-*
rm -rf $TMPDIR/haste-*
rm -rf $TMPDIR/metro-*
# restart packager
# run android
@anaerobic
Is it possible to confirm if I've linked it correctly after installing?
I'm having the same problem, and I'm suspicious of the link.
However my error is
typeerror: undefined is not an object (evaluating 'Voice.onSpeechResults ...
If you built your app using: create-react-native-app it cannot use native components like this.
aka react-natve link won't work
Instead use react-native init
tragedy :/
react-native link react-native-voice
rebuild

this error on SpeehRecognition