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

Export CC Icons #62

Closed stokesbga closed 7 years ago

stokesbga commented 7 years ago

This may be the laziest request ever, but the font awesome CC icons are not named as nicely as the ones in this library. Stripe card brand strings can be

Visa, American Express, MasterCard, Discover, JCB, Diners Club, or Unknown.

I want to display a list of cards with only icons - not the full cardview (it wont fit nicely in a typical listview), and I dont want to write a switch statement for converting stripe brand to font awesome names.

Im going to submit a PR to export the icons. A lot of text for a very small, pointless change. Maybe there is another soul who can find use in this.