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.