muhaos / react-native-speech-to-text-ios

React Native speech recognition component for iOS 10+
MIT License
40 stars 9 forks source link

Clear voice input and start a new SpeechToText #4

Closed game2017 closed 7 years ago

game2017 commented 7 years ago

I am trying to clear the previous value and then start a SpeechToText, I have this clearEventFunc() { SpeechToText.finishRecognition(); SpeechToText.startRecognition('en-US'); } inside a function, how can I make the SpeechToText.finishRecognition() final? Thank you

zachgibson commented 6 years ago

@game2017 did you ever figure this out?