diff --git a/versioned_docs/version-7.x/stack-navigator.md b/versioned_docs/version-7.x/stack-navigator.md index 833a686cef..90f34b5532 100755 --- a/versioned_docs/version-7.x/stack-navigator.md +++ b/versioned_docs/version-7.x/stack-navigator.md @@ -435,7 +435,7 @@ Function which returns a React Element to display custom image in header's back Title string used by the back button on iOS. Defaults to the previous scene's title. Use `headerBackButtonDisplayMode` to customize the behavior. -#### `headerTruncatedBackTitle` +#### `headerBackTruncatedTitle` Title string used by the back button when `headerBackTitle` doesn't fit on the screen. `"Back"` by default. diff --git a/versioned_docs/version-7.x/upgrading-from-6.x.md b/versioned_docs/version-7.x/upgrading-from-6.x.md index ce20fb9ba1..b523576959 100755 --- a/versioned_docs/version-7.x/upgrading-from-6.x.md +++ b/versioned_docs/version-7.x/upgrading-from-6.x.md @@ -258,6 +258,8 @@ The previous behavior can be achieved by setting `headerBackButtonDisplayMode` t /> ``` +Similarly, the `headerTruncatedBackTitle` option in Stack Navigator is renamed to `headerBackTruncatedTitle` for consistency. + #### `animationEnabled` option is removed in favor of `animation` option in Stack Navigator Previously, `animationEnabled: false` was used to disable the animation for the screen transition in Stack Navigator.