MoEngage Expo plugin for integrating MoEngage React-Native SDK
npm install react-native-expo-moengageThis is an Expo plugin for integrating the MoEngage SDK into your React Native project.
``bash`
npm install react-native-expo-moengage
Add the plugin to your app.json or app.config.js:
`json``
{
"expo": {
"plugins": [
[
"react-native-expo-moengage",
{
"android": {
"configFilePath": "
"smallIconPath": "
"largeIconPath": "
"includeFirebaseMessagingDependencies": false,
"_comment1": "enable includeFirebaseMessagingDependencies to include firebase messaging library while prebuilding moengage expo plugin",
"isExpoNotificationIntegration": false,
"_comment2": "enable includeFirebaseMessagingDependencies to include moengage firebase service class for receiving notification while supporting expo notification",
"shouldIncludeMoEngageFirebaseMessagingService": false,
"_comment3": "enable includeFirebaseMessagingDependencies to include moengage firebase service class for receiving notification"
}
}
]
]
}
}