mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
committed by
Mike Grabowski
parent
afe3c2be9e
commit
046acd2b5e
@@ -164,7 +164,7 @@ React Element or a function that given `{ focused: boolean, tintColor: string }`
|
||||
|
||||
#### `tabBarLabel`
|
||||
|
||||
Title string of a tab displayed in the tab bar. When undefined, scene `title` is used. To hide, see `tabBarOptions.showLabel` in the previous section.
|
||||
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.Element, to display in tab bar. When undefined, scene `title` is used. To hide, see `tabBarOptions.showLabel` in the previous section.
|
||||
|
||||
### Navigator Props
|
||||
|
||||
|
||||
Reference in New Issue
Block a user