We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b4eac commit da76413Copy full SHA for da76413
versioned_docs/version-7.x/native-bottom-tab-navigator.md
@@ -92,7 +92,20 @@ Generic title that can be used as a fallback for `headerTitle` and `tabBarLabel`
92
93
#### `tabBarSystemItem`
94
95
-Uses iOS built-in tab bar items with standard iOS styling and localized titles.
+Uses iOS built-in tab bar items with standard iOS styling and localized titles. Supported values:
96
+
97
+- `bookmarks`
98
+- `contacts`
99
+- `downloads`
100
+- `favorites`
101
+- `featured`
102
+- `history`
103
+- `more`
104
+- `mostRecent`
105
+- `mostViewed`
106
+- `recents`
107
+- `search`
108
+- `topRated`
109
110
If set to `search`, it's positioned next to the tab bar on iOS 26 and above.
111
0 commit comments