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

How to Hide the CVC field ? #128

Closed kiki-le-singe closed 5 years ago

kiki-le-singe commented 5 years ago

Hi guys !

Is it possible to hide the CVC input field when we use the component ?

thanks for your help :)

chris-snow commented 5 years ago

It can be hidden on the CreditCardInput component, not currently supported by the LiteCreditCardInput.

<CreditCardInput requiresCVC={false} />

Documentation pretty clear on that.

kiki-le-singe commented 5 years ago

@Mr-Cool thanks it works !