Skip to content

Commit 2a7a30d

Browse files
edzh1vonovak
authored andcommitted
Missed showLabel props description (react-navigation#169)
1 parent ec72960 commit 2a7a30d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/bottom-tab-navigator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The route configs object is a mapping from route name to a route config.
2727
* `inactiveTintColor` - Label and icon color of the inactive tab.
2828
* `inactiveBackgroundColor` - Background color of the inactive tab.
2929
* `showLabel` - Whether to show label for tab, default is true.
30+
* `showIcon` - Whether to show icon for tab, default is true.
3031
* `style` - Style object for the tab bar.
3132
* `labelStyle` - Style object for the tab label.
3233
* `tabStyle` - Style object for the tab.
@@ -72,4 +73,4 @@ Callback to handle tap events; the argument is an object containing:
7273
* the `scene: { route, index }` that was tapped
7374
* the `jumpToIndex` method that can perform the navigation for you
7475

75-
Useful for adding a custom logic before the transition to the next scene (the tapped one) starts.
76+
Useful for adding a custom logic before the transition to the next scene (the tapped one) starts.

0 commit comments

Comments
 (0)