WrathChaos / react-native-apple-card-views

Customizable and perfect clone of Apple, App Store Card Views for React Native.
https://www.freakycoder.com
MIT License
402 stars 25 forks source link

Can I customise the colour of the text in the card titles? #17

Closed LydiaCha closed 3 years ago

LydiaCha commented 3 years ago

If I want some of the cards to display the title in white lettering and some others in black is there a way to do this? If I change the colour in the library then the styling will be applied to every page containing the apple card component. I was wondering if there's a way to overwrite the colour in specific pages, not in all of them using it.

WrathChaos commented 3 years ago

Hello @LydiaCha,

Yes you can change the style with:

You can even change the whole style with these props. Simply put color: "white" and it will change its color.