0

I am creating a Credit Card Form where on clicking in the Text Input of credit card number ,it has to auto fill all the credit card details like number, date of expiry, name in other text input fields. How to implement this using React Native?

I have not tried anything as of now as I am not getting any ideas to implement it.

  • I was able to this by changing the state on textinput onFocus .In all the placeholders of Credit Card fields which are actually text input, I autofill the desired data after check the state being true or false – roohi mathur Nov 11 '22 at 07:09

0 Answers0