react-native-credit-card-input
react-native-credit-card-input copied to clipboard
Name on Card holder cannot be set
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 <CreditCardView> i can see the name - but on the <CreditCardInput autoFocus style={s.cardInput} onChange={setFormData} onFocusField={setFocusedField} labels={{ number: 'Card Number', expiry: 'Expiry Date', cvc: 'CVC', name: 'Name on Card', }} />
i can't see the name field here, after investigating the issue, and go inside the CreditCardInput labels are the ( number: 'CARD NUMBER', expiry: 'EXPIRY', cvc: 'CVC/CVV') without the name of the card - could you please check?