0.1.10 • Published 2 years ago

rn-geo-fencing v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago