-
Notifications
You must be signed in to change notification settings - Fork 230
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
Warning appears: new NativeEventEmitter() was called with a non-null argument without the required
removeListeners` method
#366
Comments
I had a similar problem that made jest failing #367 |
Same issue here |
same. |
I have the same issue. |
same. |
Any fix so far, experiencing same issue |
Since the library hasn't been updated in years, I'm confident the issue is simply that it is out of date, as this stackoverflow post suggests and the only thing you can really do is just hide the message like this:
|
+1 was this ever resolved? |
I am still having this error, how do i resolve this? |
Hello,
after upgrading to RN 0.66 App shows the following:
So after following the stacktrace I got to this:
which actually brings me to your library:
Many libraries are experiencing the same issue like here:
react-native-netinfo/react-native-netinfo#487
It would be great to be fixed with your next release.
Cheers
The text was updated successfully, but these errors were encountered: