ak1394 / react-native-tts

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

fix warning isssue 'new NativeEventEmitter()' #216

Closed herdianurdin closed 9 months ago

herdianurdin commented 2 years ago

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) {

}
walterholohan commented 9 months ago

closing off as I just merged in https://github.com/ak1394/react-native-tts/pull/227