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

reset values #197

Closed barakformanski closed 2 months ago

barakformanski commented 3 years ago

i saw some issues here talking about reset the values. i still not managed to do this. i am working with hooks. what is the wat to do it please?

mhsnasln commented 3 years ago

It won't be nice but you can use useRef

barakformanski commented 3 years ago

thank u!