ssap_app/node_modules/@react-native-community/netinfo/lib/commonjs/internal/nativeModule.js

21 lines
508 B
JavaScript

"use strict";
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