Android

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.

build.gradle
    dependencies {
    	...
      implementation("com.moengage:cards-core:$sdkVersion")
    }
    

replace $sdkVersion with the appropriate SDK version. Minimum supported version 1.5.0.

Was this article helpful?
0 out of 0 found this helpful

How can we improve this article?