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
Tab views using the sidebar adaptable style have an appearance
83
+
79
84
- iPadOS displays a top tab bar that can adapt into a sidebar.
80
85
- iOS displays a bottom tab bar.
81
86
- macOS and tvOS always show a sidebar.
82
87
- visionOS shows an ornament and also shows a sidebar for secondary tabs within a `TabSection`.
83
88
84
-
85
89
### Options
86
90
87
91
The following options can be used to configure the screens in the navigator. These can be specified under `screenOptions` prop of `Tab.navigator` or `options` prop of `Tab.Screen`.
@@ -98,8 +102,6 @@ Label text of the tab displayed in the navigation bar. When undefined, scene tit
98
102
99
103
Function that given `{ focused: boolean }` returns `ImageSource` or `AppleIcon` to display in the navigation bar.
0 commit comments