mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-23 20:10:49 +08:00
Clarify headerBackTitle usage (#1649)
* Clarify headerBackTitle usage * Updating text to that suggested by @pvinis See https://github.com/react-community/react-navigation/pull/1649#discussion_r118195443
This commit is contained in:
committed by
Adam Miskiewicz
parent
fac91e097b
commit
be1da2c4c9
@@ -106,7 +106,7 @@ String or React Element used by the header. Defaults to scene `title`
|
||||
|
||||
#### `headerBackTitle`
|
||||
|
||||
Title string used by the back button on iOS or `null` to disable label. Defaults to scene `title`
|
||||
Title string used by the back button on iOS, or `null` to disable label. Defaults to the previous scene's `headerTitle`
|
||||
|
||||
#### `headerTruncatedBackTitle`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user