voice
voice copied to clipboard
fix: new NativeEventEmitter() was called with a non-null argument console warning
Add addListener
and removeListeners
method to stop console warning about:
WARN new NativeEventEmitter() was called with a non-null argument without the required addListener method.
WARN new NativeEventEmitter() was called with a non-null argument without the required removeListeners method.
Issue #455
Is this a breaking change or just a warning? I'm trying to figure out why voice is not working.
Edit for reference: not a breaking change that I could see, voice still worked despite the warning
NOTE: Anyone can review this PR, but in order for it to be merged automatically, we need the author or a contributor to review it.
Please merge this changes. Thank you.
Verified that this fixes the issue for me. Would be good if it gets merged. cc: @wenkesj @safaiyeh Thank you.
Can someone merge this? Or is this not maintained anymore?