react-native-braintree-dropin-ui icon indicating copy to clipboard operation
react-native-braintree-dropin-ui copied to clipboard

React Native integration of Braintree Drop-in for IOS & ANDROID (Apple Pay, Google Pay, Paypal, Venmo, Credit Card)

Results 76 react-native-braintree-dropin-ui issues
Sort by recently updated
recently updated
newest added

In Gradle version 6+, resolve some security fixes as well as implemented 3D secure version 2. So please update the npm package.

Summary of issue and description of fix in [#91](https://github.com/wgltony/react-native-braintree-dropin-ui/issues/91#issuecomment-1232266647): > When React Native [removed `link` and `unlink` from the CLI](https://github.com/react-native-community/cli/releases/tag/v8.0.0), they also changed two things: > > 1. The `*.podspec`...

The IOS dropin documentation allows the customisation of the PayPal request to be either a vaulted request (default) or a single checkout request: https://braintree.github.io/braintree-ios-drop-in/current/Classes/BTDropInRequest.html#/c:objc(cs)BTDropInRequest(py)payPalRequest The current implementation uses the default...

Hi, After updating React-Native to version 0.69.1, I'm getting the following when compiling the app in React-Native and running the app within Xcode. **'BraintreeCore.h' file not found.** Problem still there...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Getting error: TypeError: null is not an object (evaluating '_reactNativeBraintreeDropinUi.default.show') Following function is being used to display BraintreeDropIn: const onPressMakePayment = () => { BraintreeDropIn.show({ clientToken: '123', merchantIdentifier: 'applePayMerchantIdentifier', googlePayMerchantId:...

Hi, I have been using this package in my react native app to process payments. I am able to build the app successfully, but during runtime I getting this error:...

I'm using Xcode 12.2 and when I build I'm getting an error that says `'bottomLayoutGuide' is deprecated: first deprecated in iOS 11.0` (similar message for 'topLayoutGuide') There are three instances...

Hello, I am trying to integrate Braintree with my application, but the drop-in UI only shows PayPal, not the card payment option. I am using the default example code base...

Hi, no support in typescript? library no found in npm :(