react-native-audio-record
react-native-audio-record copied to clipboard
fix native event emitter warnings
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