#jedburgh-react-native
1 messages · Page 1 of 1 (latest)
Hi koopajah. I know there is a CardForm component but there are now guides or anything on how to use that
Add the CardField component to your payment screen to securely collect card details from your customers. Use the onCardChange callback to inspect non-sensitive information about the card, like the brand, and whether the details are complete.
is this what you are looking for?
okay, so I can check if details are complete somehow with onCardChange callback?
okay I think I get it