react-native-expo-moengage
Version:
MoEngage Expo plugin for integrating MoEngage React-Native SDK
18 lines • 349 B
JSON
{
"name": "react-native-expo-moengage",
"platforms": ["ios", "tvos", "android"],
"apple": {
"appDelegateSubscribers": ["MoEngageAppDelegate"]
},
"modules": [
{
"name": "ReactNativeExpoMoEngage",
"apple": {
"subdirectory": "apple"
},
"android": {
"subdirectory": "android"
}
}
]
}