mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-25 21:15:26 +08:00
Fix regressions in Header (#1027)
* Fix warnings and errors with Header * bring back deleted docs * headerLeft can be null
This commit is contained in:
@@ -95,6 +95,10 @@ Visual options:
|
||||
|
||||
Generic title that can be used as a fallback for `headerTitle` and `tabBarLabel`
|
||||
|
||||
#### `headerBackTitle`
|
||||
|
||||
Title string used by the back button on iOS or `null` to disable label. Defaults to `title`.
|
||||
|
||||
#### `headerVisible`
|
||||
|
||||
True or false to show or hide the header. Only works when `headerMode` is `screen`. Default value is `true`.
|
||||
|
||||
Reference in New Issue
Block a user