react-native-google-speech-to-text
Getting started
$ npm install react-native-google-speech-to-text --save
Mostly automatic installation
$ react-native link react-native-google-speech-to-text
Usage
; // TODO: What to do with the module?const speechToTextHandler = async { let speechToTextData = null; try speechToTextData = await SpeechToText; console; catch error console; }