Will emit new 'network.info' action with the online/offline status and extra details for native like the network type and 'isConnectionExpensive' flag.
7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
/**
|
|
* The name for Redux store key used by the 'base/net-info' feature.
|
|
*
|
|
* @type {string}
|
|
*/
|
|
export const STORE_NAME = 'features/base/net-info';
|