react-native-credit-card-input
react-native-credit-card-input copied to clipboard
Easy, cross-platform credit-card input for your React Native Project! Start accepting payment 💰 in your app today!
Hi team, Fist, thank you so much for your awesome package, then, there is no option to add field of "Name" card holder, When i am passing name="Eyab" on the...
I've added support to pass references as a prop to each individual `TextInput` element inside `CreditCardInput` and `LiteCreditCardInput` components. I've also added support to set styles for each individual `TextInput`...
if the card is having a light background , the text is not visible as its white by default, we can add an prop to manipulate the text style.
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
I want to set card number from my login state. cciRef.current?.setValues({ number: "4894 1234 1234 79014" }) not working any more.