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

A text-to-speech library for React Native.

Results 26 react-native-speech issues
Sort by recently updated
recently updated
newest added

When running app on iOS everything is working fine but when running on an android device getting the following error undefined is not an object (evaluating 'NativeSpeechSynthesizer.stopSpeakingAtBoundary') have tried adding...

THIS SHIT ONLY WORKS ON IOS. Don't bother installing on android.

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 :...

![simulator screen shot oct 14 2016 7 33 47 pm](https://cloud.githubusercontent.com/assets/15206504/19405426/443b84a0-9245-11e6-899d-a70beca4784a.png) The code I use is copied and pasted from your website.

on your README file, you share a link to a guide that can help with linking this library but the link isn't working. https://facebook.github.io/react-native/docs/linking-libraries.html#content can you please update the link...

Dear team, The plugin looks very nice and I have started using for my android project. But unfortunately it not working after repeated debug of problem, I found in SpeechSynthesizer.android.js...

error: bundling failed: Error: While trying to resolve module `react-native-speech` from file `/Applications/MAMP/htdocs/echoapp/demoPro/App.js`, the package `/Applications/MAMP/htdocs/echoapp/demoPro/node_modules/react-native-speech/package.json` was successfully found. However, this package itself specifies a `main` module field that could...

Hi, I have installed react-native-speech in my current project. But after node module install I could not find any manual or automatic installation guide. I trigger react-native link react-native-speech. Still...