sbycrosz / react-native-credit-card-input

Easy, cross-platform credit-card input for your React Native Project! Start accepting payment 💰 in your app today!
MIT License
1.46k stars 699 forks source link

How can i add a submit button and send all the form values? #198

Closed ryan2412 closed 2 months ago

ryan2412 commented 3 years ago

`_onChange = (formData) => console.log(JSON.stringify(formData, null, ' '))

NickM101 commented 3 years ago

For me, I added setState to formdata on _onChange so that I can receive all the data upon completion