react-native-tableview
react-native-tableview copied to clipboard
Individual <Item> Color
Is there a way to change an individual <Item>'s color without changing the color of the whole table?
textColor sets the color of the TableView, and using <Item style={{color: "red"}}> doesnt seem to work. I am looking to add a "destructive" button which is red and used to logout