smarkets / react-native-paypal

React Native library that implements PayPal Checkout flow using purely native code
MIT License
117 stars 54 forks source link

Error: Exception in HostObject::get(propName:RNPaypal): java.lang.NoClassDefFoundError: Failed resolution of: Lcom/braintreepayments/api/BraintreeFragment; #68

Closed shashitechvalens closed 3 years ago

shashitechvalens commented 3 years ago

Error: Exception in HostObject::get(propName:RNPaypal): java.lang.NoClassDefFoundError: Failed resolution of: Lcom/braintreepayments/api/BraintreeFragment;

nzankich commented 3 years ago

@shashitechvalens make sure you have followed step 2 of the setup instructions

[Android] Add implementation "com.braintreepayments.api:braintree:3.14.1" in android/app/build.gradle. 
nzankich commented 3 years ago

going to close this as a duplicate of https://github.com/smarkets/react-native-paypal/issues/22

if you're still having issues tag me in there and I can reopen that one