react-native-speech icon indicating copy to clipboard operation
react-native-speech copied to clipboard

Speech.stop() won't allow me to Speech.speak() again.

Open JonathanWi opened this issue 8 years ago • 3 comments

Hi!

When using your component, I realized that Speech.stop(), which removes the Speech instance, won't allow me to re-launh a Speech.speak() again. When catching the error, Speech.speak tells me : "There is a speech in progress. Use the paused method to know if it's paused." when there is absolutely nothing in progress. I have no issue pausing / resuming a Speech.speak().

Any idea?

Cheers

JonathanWi avatar Oct 26 '15 08:10 JonathanWi