react-native-android-voice icon indicating copy to clipboard operation
react-native-android-voice copied to clipboard

react-native-android-voice is a speech-to-text library for React Native for the Android Platform.

Results 7 react-native-android-voice issues
Sort by recently updated
recently updated
newest added

Congrats Team for greate work. Would like to know any further plan on this project?

I made an application using this library. But I had a lot of problems generating apk. In search of the solution I found that the API level of this library...

ScreenRecording not working if this package is used

@JoaoCnh : Hi, it would be possible to add the possibility to request permission to run it, it would be runtime type permission.

# Goals: - To be able to include both the Online Google Voice Recognizer and my Offline Voice Recognizer; - Being able to have control over the Offline Voice Recognizer...

feature

The function `startSpeech(...)` doesn't perform anything for me. I investigated and found out that the check for if `(intent.resolveActivity(this.reactContext.getPackageManager()) != null)` is always false for some reason. What could I've...