stripe-react-native
                                
                                 stripe-react-native copied to clipboard
                                
                                    stripe-react-native copied to clipboard
                            
                            
                            
                        React Native library for Stripe.
**Is your feature request related to a problem? Please describe.** When a user completes an apple pay payment by pressing the ApplePayButton, there is no option to disable the button...
**Is your feature request related to a problem? Please describe.** The payment sheet button is is labelled: "Pay $xxx". Calling the cta "Pay" is sometimes not applicable (fund, deposit, donate...
**Is your feature request related to a problem? Please describe.** Currently, the keyboard type is numeric for all fields except zip code. While some countries have zip codes with letters,...
Add please onFocus and onBlur props. Also it would be good to have all props that has CardField. And when do you suppose it will be avilable?
Is your feature request related to a problem? Please describe. I am using the react native SDK and using the test 3DS card for failures. The failure that is being...
**Describe the bug** When using cardField and calling createToken when card number, exp date or cvc are invalid(highlighet in red), createToken always returns message "Card details not complete" and code...
**Describe the bug** Keyboard is not opening when tapping outside of the real text inputs (green area). The focus is placed correctly but the Keyboard ain't open. **To Reproduce** Steps...
**Describe the bug** When calling `handleCardAction`, if an authentication modal opens for 3D-secure, it is never closed, since no return URL is called. **To Reproduce** Steps to reproduce the behavior:...
**Is your feature request related to a problem? Please describe.** Somewhat yes. It is related to https://github.com/stripe/stripe-react-native/issues/210 **Describe the solution you'd like** I have an expo app using `stripe-react-native`. When...
I am developing an app for Japan. I checked this docs https://stripe.com/docs/payments/konbini/accept-a-payment. I need confirmKonbiniPayment method. It would be nice if this method is supported