@react-native-community/netinfo
Version:
React Native Network Info API for iOS & Android
21 lines (18 loc) • 508 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
const RNCNetInfo = _reactNative.NativeModules.RNCNetInfo;
var _default = RNCNetInfo;
exports.default = _default;
//# sourceMappingURL=nativeModule.js.map