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

The card number field can be super wide and sometimes pushes the expiration date field too far off to see.

Open haydenlingle opened this issue 7 years ago • 0 comments

I fixed this temporarily by adding a scalar of .75 to CARD_NUMBER_INPUT_WIDTH in the CreditCardInput.js file in the node modules folder under the react-native-credit-card-input folder, but this will get overridden when my colleagues run npm install. Anyone have experience modifying this permanently?

haydenlingle avatar Jul 12 '18 20:07 haydenlingle