react-native-credit-card-input
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.
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?