UNPKG

597 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.DEVICE_CONNECTIVITY_EVENT = void 0;
7
8/**
9 * Copyright (c) Facebook, Inc. and its affiliates.
10 *
11 * This source code is licensed under the MIT license found in the
12 * LICENSE file in the root directory of this source tree.
13 *
14 * @format
15 */
16const DEVICE_CONNECTIVITY_EVENT = 'netInfo.networkStatusDidChange'; // Certain properties are optional when sent by the native module and are handled by the JS code
17
18exports.DEVICE_CONNECTIVITY_EVENT = DEVICE_CONNECTIVITY_EVENT;
19//# sourceMappingURL=privateTypes.js.map
\No newline at end of file