ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
601 stars 154 forks source link

bugFix node_modules\react-native-tts\android\src\main\java\net\no_mad… #157

Closed guhyeon closed 3 years ago

guhyeon commented 3 years ago

…\tts\TextToSpeechModule.java:398: error: cannot find symbol

    boolean resultValue = (status == TextToSpeech.SUCCESS) ? Boolean.TRUE : Boolean.FALSE;
ak1394 commented 3 years ago

Thanks for the fix! Merged.