react-native-background-connection-check

Module for background methods invocation when network connection is changed

Usage no npm install needed!

<script type="module">
  import reactNativeBackgroundConnectionCheck from 'https://cdn.skypack.dev/react-native-background-connection-check';
</script>

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