wgltony / react-native-braintree-dropin-ui

React Native integration of Braintree Drop-in for IOS & ANDROID (Apple Pay, Google Pay, Paypal, Venmo, Credit Card)
MIT License
77 stars 103 forks source link

Braintree version upgrade? #65

Open GFean opened 3 years ago

GFean commented 3 years ago

is it possible to upgrade braintree version to 5.1.0 ?

canhtran10 commented 2 years ago

https://github.com/canhtran10/react-native-braintree-dropin-ui

i have forked and fixed something (android) for using this lib today, it works fine for me :)

kukadiyaAni commented 2 years ago

@canhtran10 I got a manifest merger error can you help to fix that

error link here : https://stackoverflow.com/questions/69298037/manifest-merger-failed-with-multiple-errors-see-logs-react-native-react-native

canhtran10 commented 2 years ago

@kukadiyaAni see that: https://github.com/canhtran10/react-native-braintree-dropin-ui#add-your-androidmanifestxml pls make sure you have implemented that

kukadiyaAni commented 2 years ago

@canhtran10 Thanks for the reply I used that and fixed the issue by update the version of the classpath

realripley00 commented 2 years ago

I am running into a similar issue. @canhtran10 @kukadiyaAni would either of you be able to elaborate on "update the version of the classpath?" How would I go about applying this to my project?