Will emit new 'network.info' action with the online/offline status and extra details for native like the network type and 'isConnectionExpensive' flag.
2 lines
79 B
JavaScript
2 lines
79 B
JavaScript
export const ONLINE_STATE_CHANGED_EVENT = 'network-info-online-status-change';
|