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
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:
Share Improve this question asked Mar 13 at 7:40 Wei LimWei Lim 262 bronze badges 5 |React Native v0.73.8 react-native-moengage v11.1.3
1 Answer
Reset to default 0Resolved by configuration in android/app/build.gradle
buildConfigField "String", "MOENGAGE_APP_ID", "\"YOUR_MOE_APP_ID\"" // Modify the ID here
Android Studio
the requiredSDK's
an emulator ? Which versions, sdks, etc. And what do you see when opening the emulator? – Thomasino73 Commented Mar 13 at 7:55