rn-geo-fencing
v0.1.10
Published
Geofencing
Downloads
2
Readme
rn-geo-fencing
Geofencing
Installation
npm install rn-geo-fencing
npx pod-install/ios
android/settings.gradle
include ':rn-geo-fencing'
project(':rn-geo-fencing').projectDir = new File(rootProject.projectDir, '../node_modules/rn-geo-fencing/android')
Usage
import { isPointInRegion } from 'rn-geo-fencing';
// ...
const result = await isPointInRegion(point, polygon);
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