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

React Native Text-To-Speech library for Android and iOS

Results 116 react-native-tts issues
Sort by recently updated
recently updated
newest added

Is it possible to have the audio be output over bluetooth? I'm not sure if the underlying TTS libraries support that, but didn't get very far in searching.

``` componentDidMount() { ... Tts.addEventListener('tts-start', this._onStart); Tts.addEventListener('tts-progress', this._onProgress); Tts.addEventListener('tts-finish', this._onFinish); Tts.addEventListener('tts-cancel', this._onCancel); } _onProgress = (event) => { console.log(event) } ``` on ios this._onProgress works, but its not called on...

I'm unable to launch my app because of that error. I checked in the library directory and there's indeed no `d.ts` file.

Hello, I'm release build on Iphone 7(ios 12) and IPad (ios 12) but it not working there real device, but woking on emulator on xcode and real devices ios below.

When I generate the apk of my application with tts, the error displays the following message: ![Captura de Tela 2019-06-28 às 15 14 00](https://user-images.githubusercontent.com/32423942/60362474-62f81080-99b7-11e9-9687-6f53a59f6b1b.png)

Not working in android but in IOS its working

Please help how to implement hindi language in react-native-tts

Hello, could it be possible to see implemented a getEngines method for android? Usage scenario would be to check if a phone has checked samsung TTS wich comes with few...

Hello, I can not get all language in my android device. How many languages support in Android and ios ?