README
react-native-background-geofencing
Handles geofencing and applies geofences on device boot.
Installation
npm install react-native-background-geofencing
Usage
import BackgroundGeofencing from "react-native-background-geofencing";
// ...
const result = await BackgroundGeofencing.multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT