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

Change card color #113

Closed harikanammi closed 2 months ago

harikanammi commented 6 years ago

Hi, I am using this module...But how to change the card color in this module..... Please give any suggestion....... Thank you in advance... cardImageFront and cardImageBack is to change the card image But, I want to change only color of the card.......

vinicarra commented 6 years ago

You cannot, the image's color defines the card color.

RazaShehryar commented 4 years ago

Hi, I am using this module...But how to change the card color in this module..... Please give any suggestion....... Thank you in advance... cardImageFront and cardImageBack is to change the card image But, I want to change only color of the card.......

A late reply but you can always change the .js file.

I've made the custom component for the card and used LinearGradient instead of background image.