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

About "_formatNumber" maxLength #172

Closed Agby closed 2 months ago

Agby commented 4 years ago

Is something wrong here?

type VISA card.lengths = [16, 18, 19] const maxLength = card.lengths[card.lengths.length - 1]

I thought it will always return 18 here