react-native-payments icon indicating copy to clipboard operation
react-native-payments copied to clipboard

Failed resolution of com.google.android.gms.wallet.MaskedWalletRequest

Open daxaxelrod opened this issue 4 years ago • 2 comments

Will be looking into this further. The project's dependencies specific com.google.android.gms:play-services-wallet:11.0.4 which might be an issue with newer versions of android. The latest is 18.0.0 but that breaks a lot of the PaymentsModule implementation

daxaxelrod avatar Dec 20 '19 04:12 daxaxelrod

Facing the same issue with the implementation, this is repo is good but not maintained with current updates! @naoufal Can you please highlight some changes to be done while developing with RN >= 0.60? downgrading to com.google.android.gms:play-services-wallet:11.0.4 will work?

Yuvi7447 avatar Mar 19 '20 13:03 Yuvi7447

implementation 'com.google.android.gms:play-services-wallet:17.0.0' use this, cause In com.google.android.gms:play-services-wallet:18.0.0 MaskedWalletRequest is removed. you can check https://developers.google.com/android/guides/releases#august_27_2019 and make sure if you have play service base dependencies must be lower than wallet version

nikilarigela avatar Apr 07 '20 09:04 nikilarigela