react-native-card-view
react-native-card-view copied to clipboard
How to change card background color?
@LeoTianJLL Here's the official way!
<Card styles={{ card: { backgroundColor: 'red' }}} >
Note extra object called card in the styles object.
How to give each even cards to black color and each odd card to white color
thx
no its not working