Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@woosmap/expo-plugin-geofencing-batch

Package Overview
Dependencies
Maintainers
8
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@woosmap/expo-plugin-geofencing-batch

Woosmap geofencing and batch integration

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
8
Created
Source

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

Keywords

react-native

FAQs

Package last updated on 17 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts