alan-sdk-reactnative icon indicating copy to clipboard operation
alan-sdk-reactnative copied to clipboard

WARN: `new NativeEventEmitter()` was called with a non-null argument without the required `removeListeners` method.

Open Somnus007 opened this issue 1 year ago • 0 comments

Versions: Device OS version: Android 13 React native version: 0.70.6 @alan-ai/alan-sdk-react-native: 1.18.0

Reproduce steps:

  • Create a new react native project
  • Implement the most basic Alan integration: https://alan.app/docs/client-api/cross-platform/react-native/
  • Run the project on the localhost
  • There will be a WARN on the terminal: new NativeEventEmitter() was called with a non-null argument without the required removeListeners method.

Somnus007 avatar Jan 16 '23 03:01 Somnus007