react-native-net-status
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

react-native-net-status

Detecting network status, iOS only

Installation

npm install react-native-net-status

linking library

cd ios
$ pod install

Usage

import NetStatus from "react-native-net-status";
 
// ...
// You can set listener to subscribe state change event
 
NetStatus.addListener('onStateChange', (data) => setNetworkState(data.state));

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Package Sidebar

Install

npm i react-native-net-status

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

45.2 kB

Total Files

25

Last publish

Collaborators

  • l.gogs