diff --git a/static/assets/7.x/native-stack/headerBackButtonMenuEnabled.png b/static/assets/7.x/native-stack/headerBackButtonMenuEnabled.png new file mode 100644 index 0000000000..4cc9e794ab Binary files /dev/null and b/static/assets/7.x/native-stack/headerBackButtonMenuEnabled.png differ diff --git a/static/assets/7.x/native-stack/headerBackTitle.jpeg b/static/assets/7.x/native-stack/headerBackTitle.jpeg new file mode 100644 index 0000000000..587996408b Binary files /dev/null and b/static/assets/7.x/native-stack/headerBackTitle.jpeg differ diff --git a/static/assets/7.x/native-stack/headerBackTitleStyle.png b/static/assets/7.x/native-stack/headerBackTitleStyle.png new file mode 100644 index 0000000000..2b83888656 Binary files /dev/null and b/static/assets/7.x/native-stack/headerBackTitleStyle.png differ diff --git a/versioned_docs/version-7.x/native-stack-navigator.md b/versioned_docs/version-7.x/native-stack-navigator.md index 3465fbf2da..a2451ac5c4 100755 --- a/versioned_docs/version-7.x/native-stack-navigator.md +++ b/versioned_docs/version-7.x/native-stack-navigator.md @@ -166,6 +166,8 @@ Requires `react-native-screens` version >=3.3.0. Only supported on iOS. +Header back button menu enabled + #### `headerBackVisible` Whether the back button is visible in the header. You can use it to show a back button alongside `headerLeft` if you have specified it. @@ -178,6 +180,8 @@ Title string used by the back button on iOS. Defaults to the previous scene's ti Only supported on iOS. +Header back title + #### `headerBackTitleVisible` Whether the back button title should be visible or not. @@ -193,6 +197,17 @@ Style object for header back title. Supported properties: Only supported on iOS. +Header back title style + +Example: + +```js + headerBackTitleStyle: { + fontSize: 14, + fontFamily: 'Georgia', + }, +``` + #### `headerBackImageSource` Image to display in the header as the icon in the back button. Defaults to back icon image for the platform