react-native-audio-record icon indicating copy to clipboard operation
react-native-audio-record copied to clipboard

fix native event emitter warnings

Open mathias5r opened this issue 3 years ago • 0 comments

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

mathias5r avatar Dec 14 '21 13:12 mathias5r