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