Skip to content

Woosmap/expo_plugin_geofencing_batch

Repository files navigation

@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.

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",
        {
          "locationAlwaysAndWhenInUsePermission": "app Location permission",
          "locationAlwaysPermission": "app Location always",
          "locationWhenInUsePermission": "app Location when in use",
          "useAndroidBackgroundLocation": true, //Default true
          "useAndroidBluetooth": false, //Default true
        }
      ]
    ]

More information: Woosmap Geofencing SDK - React-Native

More info is available at our Developers Page.

Versioning

Please refer to WHATSNEW.md for a list of notable changes for each version of the plugin.

You can also see the tags on this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •