react-nativemoengage

Moengage: React native not working for Android Simulator


Has anyone worked on React Native SDK before, with iOS simulator works as expected but not not with Android simulator?

I've logging the Workspace ID (App ID) and no errors in the console it seems.

I use:

React Native v0.73.8
react-native-moengage v11.1.3

Solution

  • Resolved by configuration in android/app/build.gradle

    buildConfigField "String", "MOENGAGE_APP_ID", "\"YOUR_MOE_APP_ID\"" // Modify the ID here