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

Name on Card holder cannot be set

Open EyabKabha opened this issue 1 year ago • 0 comments

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?

EyabKabha avatar Oct 07 '24 20:10 EyabKabha