react-native-connectivity-status icon indicating copy to clipboard operation
react-native-connectivity-status copied to clipboard

Fix new NativeEventEmitter warnings on Android

Open budget-coder opened this issue 3 years ago • 0 comments

This PR fixes the warnings "new NativeEventEmitter() was called with a non-null argument without the required (...)" which occur on React Native 0.65+.

Related

  • https://github.com/software-mansion/react-native-reanimated/pull/2316
  • https://github.com/react-native-device-info/react-native-device-info/commit/3917f339207a5a2b05e3922f7489a0568dfde666

budget-coder avatar Feb 20 '22 16:02 budget-coder