#mike.v2
1 messages · Page 1 of 1 (latest)
Hi there,
You can use Stripe React Native SDF:
https://github.com/stripe/stripe-react-native
YOu can start by running this complete example which contains multiple screens examples:
https://github.com/stripe/stripe-react-native/tree/master/example
@dusk zinc thanks for your message, of course, I've been digging through that codebase. But I can't find a way to create a screen that simply has creditcard fields (name, number, ccv etc.) in a customized way
The only thing I need is a screen that hooks up card details for a customer, how do I do that?
In JS with Stripe Elements, we have stripe.confirmCardSetup
I need the same for React Native
Yes you can refer to this Screen in that sample project:
https://github.com/stripe/stripe-react-native/blob/master/example/src/screens/WebhookPaymentScreen.tsx#L82