voice: null is not an object (evaluating 'Voice.startSpeech') in Expo

null is not an object (evaluating 'Voice.startSpeech')
at node_modules/@react-native-voice/voice/dist/index.js:66:16 in Promise$argument_0
at http://192.168.43.200:19000/index.bundle?platform=android&dev=true&hot=false&minify=false:203845:26 in start

Apply this change in app.json or app.config.js:

{
  "expo": {
    "plugins": ["@react-native-voice/voice"]
  }
}

Next, rebuild app as “Adding custom native code” guide.

expo run:android

getting this issue

About this issue

  • Original URL
  • State: open
  • Created 2 years ago
  • Reactions: 2
  • Comments: 19

Most upvoted comments

Can this project run with the standard Expo account? Without ejecting the APP or do I need the EAS Plan?