ekreative / react-native-braintree

A react native interface for integrating payments using Braintree
https://github.com/ekreative/react-native-braintree
43 stars 21 forks source link

Google pay is not working in both platform (android and iOS) #3

Closed himanshuvats1996 closed 2 years ago

himanshuvats1996 commented 3 years ago

when ever I run the following code nothing happens

RNBraintree.runGooglePay({ clientToken:token, amount: '100.0', currencyCode: 'EUR' }) .then(result => console.log(result)) .catch((error) => console.log(error));

.

vasylnahuliak commented 3 years ago

Google Pay is available with Android and JavaScript SDKs. https://developer.paypal.com/braintree/docs/guides/google-pay/overview

vasylnahuliak commented 3 years ago

@himanshuvats1996 do you see any logs when run in android?

vasylnahuliak commented 2 years ago

I’m closing this issue because of inactivity.