dinchen-tally
Results
1
comments of
dinchen-tally
new NativeEventEmitter() was called with a non-null argument without the required addListener method
This is mainly because of const eventEmitter = new NativeEventEmitter(RNOtpVerify); [https://github.com/faizalshap/react-native-otp-verify/blob/master/src/index.tsx](https://github.com/faizalshap/react-native-otp-verify/blob/master/src/index.tsx) in line 21. May be this function should be called conditionally based on platform if it is ios/android