Warning new NativeEventEmitter
JorgeAntrax opened this issue · 5 comments
JorgeAntrax commented
I am using react native 0.72.0 and console errors report me a wanring of 2 missing methods in the java module, if this module is still maintained please add the change to avoid warning and / or update the package with these settings:
`@ReactMethod
public void addListener(String eventName) {
}
@ReactMethod
public void removeListeners(Integer count) {
}`
medamine980 commented
Where do exactly I have to put this methods to avoid the warnings?
fatidian1 commented
Where do exactly I have to put this methods to avoid the warnings?
node_modules\react-native-tts\android\src\main\java\net\no_mad\tts\TextToSpeechModule.java
- here, at the end of the class :)
JorgeAntrax commented
hi good morning i am integrated snippet in this file:
JorgeAntrax commented
atanu3000 commented
Thank you. It works perfectly. No warning is got now.