kraffslol / react-native-braintree-xplat

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

BTPayPalDriver failed because BTAPIClient is nil. #43

Closed sagark1510 closed 7 years ago

sagark1510 commented 7 years ago
      BTClient.showPayPalViewController().then(nonce => {
            console.log(nonce);
           this.payment(nonce);
      })

It is giving error "BTPayPalDriver failed because BTAPIClient is nil." in iPhone. In android it works fine.

Please guide me.