@woosmap/expo-plugin-geofencing-batch
Version:
Woosmap geofencing and batch integration
40 lines (28 loc) • 1.41 kB
Markdown
Woosmap geofencing batch integration
@woosmap/expo-plugin-geofencing-batch is a [config plugin](https://docs.expo.dev/config-plugins/introduction/) to customize native build properties when using [npx expo prebuild](https://docs.expo.dev/workflow/prebuild/).
```
npm install @woosmap/expo-plugin-geofencing-batch
```
Add plugin to `app.json`. For example:
``` javascript
"plugins": [
...,
[
"@woosmap/expo-plugin-geofencing-batch",
{
"locationAlwaysAndWhenInUsePermission": "app Location permission",
"locationAlwaysPermission": "app Location always",
"locationWhenInUsePermission": "app Location when in use",
"useAndroidBackgroundLocation": true, //Default true
"useAndroidBluetooth": false, //Default true
}
]
]
```
More info is available at our [Developers Page](https://developers.woosmap.com/products/geofencing-sdk/react-native-plugin/guides/setup/).
Please refer to [WHATSNEW.md](https://github.com/Woosmap/expo_plugin_geofencing_batch/blob/main/whatsnew.md) for a list of notable changes for each version of the plugin.
You can also see the [tags on this repository](https://github.com/Woosmap/expo_plugin_geofencing_batch/releases).