@react-native-community/netinfo
Version:
React Native Network Info API for iOS & Android
2 lines • 1.26 kB
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\u2022 Check that the library was linked correctly when you used the link command by running through the manual installation instructions in the README.\n* If you are getting this error while unit testing you need to mock the native module. Follow the guide in the README.\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