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

cannot find symbol error occurs.

Open guhyeon opened this issue 4 years ago • 1 comments

error: cannot find symbol boolean resultValue = (status == TextToSpeech.SUCCESS) ? Boolean.TRUE : Boolean.FALSE;

https://github.com/ak1394/react-native-tts/blob/d745532044d8035428bf74277bda489d8a73ff84/android/src/main/java/net/no_mad/tts/TextToSpeechModule.java#L398

guhyeon avatar Dec 09 '20 15:12 guhyeon

I solved and reflected it in the PR below.

https://github.com/ak1394/react-native-tts/pull/157

guhyeon avatar Dec 17 '20 13:12 guhyeon