File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ static navigationOptions = {
37
37
| IconComponent?: React.ComponentType<\* > | component to use for the icons | |
38
38
| iconSize?: number | iconSize | |
39
39
| color?: string | color of icons and buttons | |
40
- | OverflowIcon?: React.ComponentType <\* > | React element for the overflow icon | you need to provide this only if you need overflow icon |
41
- | overflowButtonWrapperStyle?: Object | optional styles for overflow button | there are some default styles set, as seen in ` OverflowButton.js ` |
40
+ | OverflowIcon?: React.Element <\* > | React element for the overflow icon | you need to provide this only if you need overflow icon |
41
+ | overflowButtonWrapperStyle?: StyleObj | optional styles for overflow button | there are some default styles set, as seen in ` OverflowButton.js ` |
42
42
| cancelButtonLabel?: string | ios only, the cancel button label for overflow menu actions | 'Cancel' by default |
43
43
44
44
` HeaderButtons.Item ` accepts:
You can’t perform that action at this time.
0 commit comments