You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is there a way to change an individual
<Item>
's color without changing the color of the whole table?textColor
sets the color of theTableView
, and using<Item style={{color: "red"}}>
doesnt seem to work. I am looking to add a "destructive" button which is red and used to logoutThe text was updated successfully, but these errors were encountered: