Before proceeding further, make sure you have done the Android Installation for the react-native-moengage
plugin.
Adding MoEngage Cards Dependency
Add the following dependency in the app/build.gradle file.
dependencies {
...
implementation("com.moengage:cards-core:$sdkVersion")
}
replace $sdkVersion with the appropriate SDK version. Minimum supported version 1.5.0.