Skip to content

Commit 84814e5

Browse files
committed
fix: fix lint
1 parent 12270d1 commit 84814e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,13 @@ Only supported on iOS.
187187
How the back button displays icon and title.
188188

189189
Supported values:
190+
190191
- "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).
191192
- "generic" – Displays one of the following depending on the available space: generic title (e.g. 'Back') or no title (only icon).
192193
- "minimal" – Always displays only the icon without a title.
193194

194195
The space-aware behavior is disabled when:
196+
195197
- The iOS version is 13 or lower
196198
- Custom back title is set (e.g. with `headerBackTitle`)
197199
- Custom font family or size is set (e.g. with `headerBackTitleStyle`)

0 commit comments

Comments
 (0)