react-native-tts
                                
                                 react-native-tts copied to clipboard
                                
                                    react-native-tts copied to clipboard
                            
                            
                            
                        cannot find symbol error occurs.
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
I solved and reflected it in the PR below.
https://github.com/ak1394/react-native-tts/pull/157