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!
### Vertical CreditCardInput ### Labels as props ### Pass props to child CardView
Well, i know that the Placeholder prop was being used for the labels that are visible on the card. But one of them "MONTH/YEAR" was hardcoded, and then, if you...
Added new prop horizontalScroll, for changing scroll type in the card form
## The Problem Currently, `LiteCreditInput` is not working on the web (using [react-native-web](https://github.com/necolas/react-native-web)) because the inputs are number inputs, which on the web will not allow non-numeric characters (i.e. spaces,...
This allows changing the text on the CardView component.
The additionalInputProps prop was all but useless. Any passed in prop would be promptly overwritten by the defaults. The correct approach would be merging the added props at the end...
The autoCapitalize parameter for TextInput on CCInput was with a typo.
Hi, I am using this module...But how to change the card color in this module..... Please give any suggestion....... Thank you in advance... `cardImageFront` and `cardImageBack` is to change the...