File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
versioned_docs/version-7.x Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ Function which returns a React Element to display custom image in header's back
344344
345345Title string used by the back button on iOS. Defaults to the previous scene's title. Use ` headerBackButtonDisplayMode ` to customize the behavior.
346346
347- #### ` headerTruncatedBackTitle `
347+ #### ` headerBackTruncatedTitle `
348348
349349Title string used by the back button when ` headerBackTitle ` doesn't fit on the screen. ` "Back" ` by default.
350350
Original file line number Diff line number Diff line change @@ -268,6 +268,8 @@ The previous behavior can be achieved by setting `headerBackButtonDisplayMode` t
268268/>
269269```
270270
271+ Similarly, the ` headerTruncatedBackTitle ` option in Stack Navigator is renamed to ` headerBackTruncatedTitle ` for consistency.
272+
271273#### ` animationEnabled ` option is removed in favor of ` animation ` option in Stack Navigator
272274
273275Previously, ` animationEnabled: false ` was used to disable the animation for the screen transition in Stack Navigator.
You can’t perform that action at this time.
0 commit comments