momo-wallet / mobile-sdk

If your business have a mobile app. You can use this SDK to integrate your mobile with MoMo App
78 stars 54 forks source link

React native can't open testing app on compileSdkVersion 30 #52

Open vandiepbui opened 3 years ago

vandiepbui commented 3 years ago

I intergate MomoSDK to RN app. My app have bellow infomation: "react-native": "0.64.1", "react": "17.0.1",

./android/build.gradle: buildToolsVersion = "29.0.3" minSdkVersion = 21 compileSdkVersion = 30 targetSdkVersion = 30

When I call momo payment. My app always open ch play instead of Momo testing app. I have to downgrade compileSdkVersion and targetSdkVersion = 29 to resolve this problem.

Hope your team can fix it on SDK 30.

Thanks so much!