@woosmap/expo-plugin-geofencing-batch
Woosmap geofencing batch integration
@woosmap/expo-plugin-geofencing-batch is a config plugin to customize native build properties when using npx expo prebuild.
API documentation
Add the package to your npm dependencies
npm install @woosmap/expo-plugin-geofencing-batch
Add plugin to app.json
. For example:
"plugins": [
...,
[
"@woosmap/expo-plugin-geofencing-batch",
{
"apiKey": "woosmap private key",
"locationAlwaysAndWhenInUsePermission": "app Location permission",
"locationAlwaysPermission": "app Location always",
"locationWhenInUsePermission": "app Location when in use",
}
]
]
Contributing
Contributions are very welcome! Please refer to guidelines described in the contributing guide.