bamlab / react-native-braintree-payments-drop-in

React Native integration of Braintree Drop-in
MIT License
35 stars 31 forks source link

VaultManager in braintree is not working #31

Open bilalyaqoob opened 4 years ago

bilalyaqoob commented 4 years ago

hi, I want to let user to delete his saved payment cards I am using this package "react-native-braintree-payments-drop-in": "^1.2.0",

BraintreeDropIn.show({ clientToken: this.state.clientToken, vaultManager: true <-- i also add this but it is not showing me edit option }).then(result => {

is there something i am missing