nearit / react-native-connectivity-status

A ReactNative module to check Bluetooth and Location status on Android and iOS
https://www.npmjs.com/package/react-native-connectivity-status
MIT License
38 stars 26 forks source link

Fix new NativeEventEmitter warnings on Android #17

Open budget-coder opened 2 years ago

budget-coder commented 2 years ago

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