react-native-background-connection-check
v0.0.16
Published
Module for background methods invocation when network connection is changed
Downloads
10
Readme
react-native-background-connection-check
Module for background methods invocation when network connection is changed
Installation
npm install react-native-background-connection-check
Usage
import BackgroundConnectionCheck from "react-native-background-connection-check";
// ...
const result = await BackgroundConnectionCheck.multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT