-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to remove Warn new NativeEventEmitter ? #237
Comments
Same issue |
Just add this.
|
…n-null argument without the required `addListener` method. [How] ak1394/react-native-tts#237
I tried to 'just' add the provided code snippets inside but when running
Could you clarify a bit more? As the PR is a whole other file than the file you mention?! |
I can't find this java file inside android folder, is there another fix? |
it's inside node_modules folder. if you're using VS Code, CTRL + P > Paste |
this is so annoying.
new NativeEventEmitter()
was called with a non-null argument without the requiredaddListener
method.new NativeEventEmitter()
was called with a non-null argument without the requiredremoveListeners
method.how fix this issues guys..
The text was updated successfully, but these errors were encountered: