react-native-credit-card-input
react-native-credit-card-input copied to clipboard
How can i add a submit button and send all the form values?
`_onChange = (formData) => console.log(JSON.stringify(formData, null, ' '))
Console gives `undefined```
For me, I added setState to formdata on _onChange so that I can receive all the data upon completion