@react-native-community/netinfo
Version:
React Native Network Info API for iOS & Android
2 lines • 988 B
JavaScript
import _objectSpread from"@babel/runtime/helpers/objectSpread";import{NativeEventEmitter,NativeModules}from'react-native';var RNCNetInfo=NativeModules.RNCNetInfo;if(!RNCNetInfo){throw new Error("@react-native-community/netinfo: NativeModule.RNCNetInfo is null. To fix this issue try these steps:\n\n\u2022 Run `react-native link @react-native-community/netinfo` in the project root.\n\u2022 Rebuild and re-run the app.\n\u2022 If you are using CocoaPods on iOS, run `pod install` in the `ios` directory and then rebuild and re-run the app. You may also need to re-open Xcode to get the new pods.\n\nIf none of these fix the issue, please open an issue on the Github repository: https://github.com/react-native-community/react-native-netinfo");}var nativeEventEmitter=null;export default _objectSpread({},RNCNetInfo,{get eventEmitter(){if(!nativeEventEmitter){nativeEventEmitter=new NativeEventEmitter(RNCNetInfo);}return nativeEventEmitter;}});
//# sourceMappingURL=nativeInterface.js.map