react-native-credit-card-input
react-native-credit-card-input copied to clipboard
About "_formatNumber" maxLength
trafficstars
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