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

Add labels as props, vertical CreditCardInput #134

Closed pindamonhangaba closed 2 months ago

pindamonhangaba commented 5 years ago

Vertical CreditCardInput

<CreditCardInput vertical={true}/>

Labels as props

<CardView labels={{expiry: 'MONTH/YEAR'}}/>

Pass props to child CardView

<CreditCardInput CardViewProps={{labels: {expiry: 'MONTH/YEAR'}}}/>
ebellumat commented 4 years ago

Please, bring your pull requests to my repo. I Will maintain this lib.

https://github.com/ebellumat/react-native-credit-card-input