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

Hey man, awesome library. Everything was going awesome till I upgraded to RN 0.50, then suddenly my app crashes whenever I call the `voices()` method. I checked my logs and...

Hi thanks for the library:) Need help on having speech instance pause and resume.

java.lang.NullPointerException: at net.no_mad.tts.TextToSpeechModule.speak (TextToSpeechModule.java:120) at java.lang.reflect.Method.invoke (Native Method) at com.facebook.react.bridge.JavaMethodWrapper.invoke (JavaMethodWrapper.java:374) at com.facebook.react.bridge.JavaModuleWrapper.invoke (JavaModuleWrapper.java:162) at com.facebook.react.bridge.queue.NativeRunnable.run (Native Method) at android.os.Handler.handleCallback (Handler.java:754) at android.os.Handler.dispatchMessage (Handler.java:95) at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage (MessageQueueThreadHandler.java:31) at android.os.Looper.loop (Looper.java:163)...

Excuse me,I have a problem that The SAMSUNG system can pronounce normal pronunciation,but HUAWEI Don't. I tried to set the permissions in the past,isn't so. Can you tell me the...

Hi! I'm writing to you because I implement your module on my react native app and it doesn't work in any sense. I test all cases for work it and...

When I'm trying to use `react-native link` **Cannot read property 'pbxprojPath' of null**

Would it be okay to update compileSdkVersion, targetSdkVersion, support:support, support:appcompat versions to 27 in build.gradle as shown below? If yes, I can make a pull request. `apply plugin: 'com.android.library' android...

Is it possible to add different voices/language that the one the system have ? So kind of force the user to download a new set of voices if he does...

or at least remaining tim of the phrase? I think #31 is same question

I get the following error while I am running "react-native run-android" :react-native-tts:compileReleaseJavaWithJavac :react-native-tts:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). 注: D:\ENtest\node_modules\react-native-tts\android\src\main\java\net\no_mad\tts\TextToSpeechModule.java使用或覆盖了已过时的 API。 注: 有关详细信息,...