File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments