goodatlas / react-native-audio-record

Audio record buffers for React Native (iOS and Android)
MIT License
176 stars 101 forks source link

fix native event emitter warnings #70

Open mathias5r opened 2 years ago

mathias5r commented 2 years ago

Fix for the warnings below:

 `new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method.
 `new NativeEventEmitter()` was called with a non-null argument without the required `removeListeners` method.

Following resolution frrom react-native-firebase