Hello,
The latest version of the module (1.8.0) throws warnings on Android:
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.
caused by this:
|
RNWootric.eventEmitter = new NativeEventEmitter(RNWootric) |
Thanks
Hello,
The latest version of the module (1.8.0) throws warnings on Android:
caused by this:
react-native-wootric/index.js
Line 6 in 3eb4d6b
Thanks