react-native-credit-card-input icon indicating copy to clipboard operation
react-native-credit-card-input copied to clipboard

Add labels as props, vertical CreditCardInput

Open pindamonhangaba opened this issue 6 years ago • 1 comments
trafficstars

Vertical CreditCardInput

<CreditCardInput vertical={true}/>

Labels as props

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

Pass props to child CardView

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

pindamonhangaba avatar Feb 06 '19 20:02 pindamonhangaba

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

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

ebellumat avatar Oct 21 '19 18:10 ebellumat