From 3cfc0418356a11b2788b5d7bc82ad3a060bd4d08 Mon Sep 17 00:00:00 2001 From: Maciej Stosio Date: Thu, 10 Apr 2025 12:01:07 +0200 Subject: [PATCH] chore: update docs after changes to headerBackTitle --- versioned_docs/version-7.x/native-stack-navigator.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/versioned_docs/version-7.x/native-stack-navigator.md b/versioned_docs/version-7.x/native-stack-navigator.md index a58dd0f87b..57991096c0 100755 --- a/versioned_docs/version-7.x/native-stack-navigator.md +++ b/versioned_docs/version-7.x/native-stack-navigator.md @@ -174,7 +174,7 @@ This will have no effect on the first screen in the stack. #### `headerBackTitle` -Title string used by the back button on iOS. Defaults to the previous scene's title. +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. Use `headerBackButtonDisplayMode: "minimal"` to hide it. @@ -195,7 +195,6 @@ Supported values: The space-aware behavior is disabled when: - The iOS version is 13 or lower -- Custom back title is set (e.g. with `headerBackTitle`) - Custom font family or size is set (e.g. with `headerBackTitleStyle`) - Back button menu is disabled (e.g. with `headerBackButtonMenuEnabled`)