react-native-payments
react-native-payments copied to clipboard
Failed resolution of com.google.android.gms.wallet.MaskedWalletRequest
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
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?
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