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

fix warning isssue 'new NativeEventEmitter()'

Open herdianurdin opened this issue 2 years ago • 0 comments

In this pull request I added the following on TextToSpeechModule.java, to remove warning 'new NativeEventEmitter()' :

@ReactMethod
public void addListener(String eventName) {

}

@ReactMethod
public void removeListeners(Integer count) {

}

herdianurdin avatar Jun 25 '22 07:06 herdianurdin