Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
daxaxelrod opened this issue Dec 20, 2019 · 2 comments
Open

Comments

@daxaxelrod
Copy link

daxaxelrod commented Dec 20, 2019

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

@Yuvi7447
Copy link

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?

@nikilarigela
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants