singular-labs / react-native-sdk

MIT License
5 stars 6 forks source link

`new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method. #81

Open dbacinski opened 7 months ago

dbacinski commented 7 months ago

I am getting a warning when initialising sdk:

 new NativeEventEmitter() was called with a non-null argument without the required addListener method. 

"singular-react-native": "3.3.0", "react-native": "0.71.4",

there is a PR that seems to fix it https://github.com/singular-labs/react-native-sdk/pull/32 but it was Closed