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 @@ -435,7 +435,7 @@ Function which returns a React Element to display custom image in header's back
435
435
436
436
Title string used by the back button on iOS. Defaults to the previous scene's title. Use ` headerBackButtonDisplayMode ` to customize the behavior.
437
437
438
- #### ` headerTruncatedBackTitle `
438
+ #### ` headerBackTruncatedTitle `
439
439
440
440
Title string used by the back button when ` headerBackTitle ` doesn't fit on the screen. ` "Back" ` by default.
441
441
Original file line number Diff line number Diff line change @@ -258,6 +258,8 @@ The previous behavior can be achieved by setting `headerBackButtonDisplayMode` t
258
258
/ >
259
259
` ` `
260
260
261
+ Similarly, the ` headerTruncatedBackTitle` option in Stack Navigator is renamed to ` headerBackTruncatedTitle` for consistency.
262
+
261
263
#### ` animationEnabled` option is removed in favor of ` animation` option in Stack Navigator
262
264
263
265
Previously, ` 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