RazerMS / Mobile-XDK-RazerMS_React_Native

Razer Merchant Services mobile payment for React Native
https://merchant.razer.com/v3/
10 stars 12 forks source link

Molpay SDK for Android (React) #22

Closed nzrin closed 6 years ago

nzrin commented 6 years ago

I got some weird issues.

  1. When I try follow step 2 (Copy onActivityResult etc.. inside MainActivity). It works fine yes I can load Molpay modal. But I got another issues, it seems that by adding step 2 in MainActivity, it cause my image picker, google place picker not return any value.

  2. When I try to follow step 2 (Copy onActivityResult etc.. inside MainApplication). Molpay modal doesnt trigger/not working.

  3. Is there any workaround to put step 2 in another classes instead of MainActivity? It messes with my Navigation.

Thanks.

LeowWH commented 6 years ago

Hi @nzrin ,

Please try the newest version 0.18.4 by using npm install molpay-mobile-xdk-reactnative-beta@0.18.4 --save and give us know the result. And please also follow our new Android setup step thanks.

nzrin commented 6 years ago

Thank you! It works great now!