UNPKG

@react-native-community/netinfo

Version:
19 lines (18 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { reachabilityUrl: '/', reachabilityTest: response => Promise.resolve(response.status === 200), reachabilityShortTimeout: 5 * 1000, // 5s reachabilityLongTimeout: 60 * 1000, // 60s reachabilityRequestTimeout: 15 * 1000, // 15s reachabilityShouldRun: () => true }; exports.default = _default; //# sourceMappingURL=defaultConfiguration.web.js.map