Installation
To add MoEngage Geofence SDK to your application run the below command from a terminalreact-native-moengage plugin. Make sure you have installed the react-native-moengage plugin as well.
Android Installation
For location triggered push to work, ensure your Application has:
- Location permission
- Play Services Location Library
- Device’s location should be enabled
iOS Installation
To run the application in the new react architecture, follow these steps:- Navigate to the iOS folder.
- Run the command RCT_NEW_ARCH_ENABLED=1 bundle exec pod install to install the necessary dependencies.
- Navigate to the iOS folder.
- Run the command pod install to install the necessary dependencies.