react-native-system-setting icon indicating copy to clipboard operation
react-native-system-setting copied to clipboard

Fix: RN >= v0.65 Listener warnings

Open M4Tdev opened this issue 2 years ago • 1 comments

Fix for warnings below

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.

on Android from react-native 0.65 and higher versions

M4Tdev avatar Apr 25 '22 08:04 M4Tdev

Fixes #146.

mattleff avatar May 17 '22 20:05 mattleff