You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/native-stack-navigator.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,11 +187,13 @@ Only supported on iOS.
187
187
How the back button displays icon and title.
188
188
189
189
Supported values:
190
+
190
191
- "default" - Displays one of the following depending on the available space: previous screen's title, generic title (e.g. 'Back') or no title (only icon).
191
192
- "generic" – Displays one of the following depending on the available space: generic title (e.g. 'Back') or no title (only icon).
192
193
- "minimal" – Always displays only the icon without a title.
193
194
194
195
The space-aware behavior is disabled when:
196
+
195
197
- The iOS version is 13 or lower
196
198
- Custom back title is set (e.g. with `headerBackTitle`)
197
199
- Custom font family or size is set (e.g. with `headerBackTitleStyle`)
0 commit comments