Skip to content

Commit 6026e99

Browse files
[autofix.ci] apply automated fixes
1 parent 0833b88 commit 6026e99

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

versioned_docs/version-7.x/native-stack-navigator.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ Requires `react-native-screens` version >=3.3.0.
166166

167167
Only supported on iOS.
168168

169+
<img src="/assets/7.x/native-stack/headerBackButtonMenuEnabled.png" width="500" alt="Header back button menu enabled" />
170+
169171
#### `headerBackVisible`
170172

171173
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
178180

179181
Only supported on iOS.
180182

183+
<img src="/assets/7.x/native-stack/headerBackTitle.jpeg" width="500" alt="Header back title" />
184+
181185
#### `headerBackTitleVisible`
182186

183187
Whether the back button title should be visible or not.
@@ -193,6 +197,17 @@ Style object for header back title. Supported properties:
193197

194198
Only supported on iOS.
195199

200+
<img src="/assets/7.x/native-stack/headerBackTitleStyle.png" width="500" alt="Header back title style" />
201+
202+
Example:
203+
204+
```js
205+
headerBackTitleStyle: {
206+
fontSize: 14,
207+
fontFamily: 'Georgia',
208+
},
209+
```
210+
196211
#### `headerBackImageSource`
197212

198213
Image to display in the header as the icon in the back button. Defaults to back icon image for the platform
@@ -695,12 +710,10 @@ Supported values:
695710
<video playsInline autoPlay muted loop>
696711
<source src="/assets/7.x/native-stack/presentation-fullScreenModal.mp4" />
697712
</video>
698-
699713
- `formSheet`: will use "UIModalPresentationFormSheet" modal style on iOS and will fallback to "modal" on Android.
700714
<video playsInline autoPlay muted loop>
701715
<source src="/assets/7.x/native-stack/presentation-formSheet.mp4" />
702716
</video>
703-
704717

705718
#### `orientation`
706719

0 commit comments

Comments
 (0)