@woosmap/expo-plugin-geofencing-batch
Version:
Woosmap geofencing and batch integration
21 lines (20 loc) • 415 B
JSON
{
"platforms": [
"apple",
"android"
],
"apple": {
"modules": [
"WoosmapExpoPluginGeofencingBatchModule"
],
"appDelegateSubscribers": ["WoosmapGeofencingAppDelegate"]
},
"android": {
"modules": [
"expo.modules.geofencingbatchplugin.WoosmapExpoPluginGeofencingBatchModule"
],
"packages":[
"expo.modules.geofencingbatchplugin.WoosmapExpoPackage"
]
}
}