UNPKG

@react-native-community/netinfo

Version:
19 lines (16 loc) 570 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEVICE_CONNECTIVITY_EVENT = void 0; /** * 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 DEVICE_CONNECTIVITY_EVENT = exports.DEVICE_CONNECTIVITY_EVENT = 'netInfo.networkStatusDidChange'; // Certain properties are optional when sent by the native module and are handled by the JS code //# sourceMappingURL=privateTypes.js.map