The ToolbarAction component is used for displaying an action item in the toolbar.
dark
boolean
A dark action icon will render a light icon and vice-versa.
color
string
Custom color for action icon.
icon
IconSource
Name of the icon to show.
size
number
24
Optional icon size.
onPress
() => mixed
Function to execute on press.
style
any