react-native-offline-notice
v0.1.0
Published
Notify the user is offline.
Downloads
6
Maintainers
Readme
react-native-offline-notice
Notify the user is offline.
Installation
npm install react-native-offline-notice
Usage
import { OfflineNotice } from 'react-native-offline-notice';
use it in your App.js
// ...
<OfflineNotice />
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library