kraffslol / react-native-braintree-xplat

Cross-platform Braintree module for React Native
MIT License
81 stars 121 forks source link

setup not working? #126

Open tae-at-speer opened 4 years ago

tae-at-speer commented 4 years ago

I got client token from the server and passed it to BTClient.setup(token) but I got this error: I'm using android

Could not invoke Braintree.setup

null

No static method newInstance(Landroid/app/Activity;Ljava/lang/String;)Lcom/braintreepayments/api/BraintreeFragment; in class Lcom/braintreepayments/api/BraintreeFragment; or its super classes (declaration of 'com.braintreepayments.api.BraintreeFragment' appears in /data/app/com....

MattiaG96 commented 3 years ago

Same error here, any fix?