File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
versioned_docs/version-7.x Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ Requires `react-native-screens` version >=3.3.0.
166
166
167
167
Only supported on iOS.
168
168
169
+ <img src =" /assets/7.x/native-stack/headerBackButtonMenuEnabled.png " width =" 500 " alt =" Header back button menu enabled " />
170
+
169
171
#### ` headerBackVisible `
170
172
171
173
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
178
180
179
181
Only supported on iOS.
180
182
183
+ <img src =" /assets/7.x/native-stack/headerBackTitle.jpeg " width =" 500 " alt =" Header back title " />
184
+
181
185
#### ` headerBackTitleVisible `
182
186
183
187
Whether the back button title should be visible or not.
@@ -193,6 +197,17 @@ Style object for header back title. Supported properties:
193
197
194
198
Only supported on iOS.
195
199
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
+
196
211
#### ` headerBackImageSource `
197
212
198
213
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:
695
710
<video playsInline autoPlay muted loop >
696
711
<source src =" /assets/7.x/native-stack/presentation-fullScreenModal.mp4 " />
697
712
</video >
698
-
699
713
- ` formSheet ` : will use "UIModalPresentationFormSheet" modal style on iOS and will fallback to "modal" on Android.
700
714
<video playsInline autoPlay muted loop >
701
715
<source src =" /assets/7.x/native-stack/presentation-formSheet.mp4 " />
702
716
</video >
703
-
704
717
705
718
#### ` orientation `
706
719
You can’t perform that action at this time.
0 commit comments