react-native-tableview icon indicating copy to clipboard operation
react-native-tableview copied to clipboard

Individual <Item> Color

Open lukakerr opened this issue 7 years ago • 0 comments

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

lukakerr avatar Feb 08 '18 02:02 lukakerr