Skip to content

Commit 1c0d8bc

Browse files
committed
More fixes to bottom navigation docs
1 parent b86a9ec commit 1c0d8bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/material-bottom-tab-navigator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ Generic title that can be used as a fallback for `headerTitle` and `tabBarLabel`
6060

6161
#### `tabBarIcon`
6262

63-
React Element or a function that given `{ focused: boolean, tintColor: string }` returns a React.Node, to display in tab bar.
63+
React Element or a function that given `{ focused: boolean, tintColor: string }` returns a React.Node to display in tab bar.
6464

6565
#### `tabBarColor`
6666

67-
Color for the tab bar when the tab corresponding to the screen is active.
67+
Color for the tab bar when the tab corresponding to the screen is active. Used for the ripple effect. This is only supported when `shifting` is `true`.
6868

6969
#### `tabBarLabel`
7070

71-
Title string of a tab displayed in the tab bar or React Element or a function that given `{ focused: boolean, tintColor: string }` returns a React.Node, to display in tab bar. When undefined, scene `title` is used. To hide, see `tabBarOptions.showLabel` in the previous section.
71+
Title string of a tab displayed in the tab bar or React Element or a function that given `{ focused: boolean, tintColor: string }` returns a React.Node to display in tab bar. When undefined, scene `title` is used. To hide, see `labeled` option in the previous section.
7272

7373
#### `tabBarAccessibilityLabel`
7474

0 commit comments

Comments
 (0)