For questions regarding react-native-braintree-dropin-ui library.
Questions tagged [react-native-braintree-dropin-ui]
4 questions
1
vote
0 answers
How to validate Braintree cardholder name input in react.js
I integrated drop-in ui from briantree in my react project. But I don´t know how to validate the inputs. I want only letters can be written in the cardholder name input, because currently it accepts numbers as well.
const handleOnClick = () => {
…

Jabc
- 83
- 2
- 7
0
votes
0 answers
Undefined symbols for architecture x86_64: Undefined symbol: _RCTPresentedViewController, Undefined symbol: _RCTRegisterModule
I have an issue when trying to integrate this library.
I have already tried the following solutions.
https://github.com/braintree/braintree-ios-drop-in/issues/209#issuecomment-979296320
I also enable Rosetta from getInfo and then open XCode but this…

Vishal Dhanotiya
- 2,512
- 1
- 13
- 32
0
votes
1 answer
Why is it not redirected when the payment is successful? using django and braintree dropin-ui
I use this sandbox for the payment section of the store site. I want to redirect the user to page Done after successful payment, but the current page is loaded again! pealse help
view of payment_process:
def payment_process(request):
order_id =…

Remo
- 93
- 1
- 1
- 5
0
votes
1 answer
react-native-braintree-dropin-ui popup not showing "Credit or Debit Cart" option in android
I have used react-native-braintree-dropin-ui library in my react-native app. Here is the code that I have used to call react-native-braintree-dropin-ui popup:
BraintreeDropIn.show({
clientToken: brainTreeToken,
countryCode: "US", //apple pay…

Kishan Bharda
- 5,446
- 3
- 30
- 57