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
| onPress: () => void | function to call on press ||
48
+
| onPress: ?() => void | function to call on press |if not defined, the button won't react to touches|
49
49
| title: string | title for the button, required ||
50
50
| show: "always" or "never" | string specifying if the icon should be shown or hidden in overflow menu | "always" by default |
51
51
| IconElement?: React.Node | optional React element to show as icon. This will override the `IconComponent` if you specified it | if neither `IconComponent` nor this is defined, will render text with the `title`|
0 commit comments