Skip to content

Commit 66b5ec1

Browse files
authored
Update docs after changes to headerBackTitle (#1422)
1 parent 4a09d1d commit 66b5ec1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: versioned_docs/version-7.x/native-stack-navigator.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ This will have no effect on the first screen in the stack.
174174

175175
#### `headerBackTitle`
176176

177-
Title string used by the back button on iOS. Defaults to the previous scene's title.
177+
Title string used by the back button on iOS. Defaults to the previous scene's title, "Back" or arrow icon depending on the available space. See `headerBackButtonDisplayMode` to read about limitations and customize the behavior.
178178

179179
Use `headerBackButtonDisplayMode: "minimal"` to hide it.
180180

@@ -195,7 +195,6 @@ Supported values:
195195
The space-aware behavior is disabled when:
196196

197197
- The iOS version is 13 or lower
198-
- Custom back title is set (e.g. with `headerBackTitle`)
199198
- Custom font family or size is set (e.g. with `headerBackTitleStyle`)
200199
- Back button menu is disabled (e.g. with `headerBackButtonMenuEnabled`)
201200

0 commit comments

Comments
 (0)