You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using react-native-tcp-socket v5.6.1 and seeing this warning:
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.
Description
Using react-native-tcp-socket v5.6.1 and seeing this warning:
Steps to reproduce
I tracked it down to importing this library:
Looks like it's coming from this line: https://github.com/Rapsssito/react-native-tcp-socket/blob/master/src/Globals.js#L10
Expected behavior
I'm not sure what the solution is, but the warning should be addressed so that it doesn't cause the warning anymore.
Relevant information
The text was updated successfully, but these errors were encountered: