Skip to content

Commit da76413

Browse files
committed
Document available options for system item
1 parent 04b4eac commit da76413

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

versioned_docs/version-7.x/native-bottom-tab-navigator.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,20 @@ Generic title that can be used as a fallback for `headerTitle` and `tabBarLabel`
9292

9393
#### `tabBarSystemItem`
9494

95-
Uses iOS built-in tab bar items with standard iOS styling and localized titles.
95+
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`
96109

97110
If set to `search`, it's positioned next to the tab bar on iOS 26 and above.
98111

0 commit comments

Comments
 (0)