UNPKG

@woosmap/expo-plugin-geofencing-batch

Version:
10 lines (9 loc) 360 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <application> <receiver android:name=".GeofencingEventsReceiver" android:exported="true"> <intent-filter> <action android:name="com.woosmap.action.GEOFENCE_TRIGGERED" /> </intent-filter> </receiver> </application> </manifest>