jamsch / expo-speech-recognition

Speech Recognition for React Native Expo projects
MIT License
128 stars 11 forks source link

Not able to get permissions #29

Closed danny188 closed 1 month ago

danny188 commented 1 month ago

Hi, I'm trying the starter code from the README. handleStart was run, but the device didn't attempt to get permissions. I'm testing on an Android 9 phone. Any advice? Thanks.

image

WheelyWonka commented 1 week ago

Hello @danny188, I'm facing the same issue, could you explain how did you fix it on your side ? Thanks !

danny188 commented 1 week ago

Hi @WheelyWonka ,

I followed James's instructions on this issue, and for some reason, the permissions issue was resolved (i.e. the app prompted for audio recording permission).

WheelyWonka commented 1 week ago

Thanks @danny188, I manage to make it work on Android on my personal project. The solution was to delete android folder and re-launch npx expo run android. Thanks !