Skip to content

Commit 39da3b6

Browse files
committed
docs: fix prop description
1 parent 4d5929b commit 39da3b6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/docs/docs/guides/usage-with-react-navigation.mdx

+10-10
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ Whether to disable page animations between tabs.
112112

113113
Describes the appearance attributes for the tabBar to use when an observable scroll view is scrolled to the bottom.
114114

115+
Available options:
116+
117+
- `default` - uses default background and shadow values.
118+
- `transparent` - uses transparent background and no shadow.
119+
- `opaque` - uses set of opaque colors that are appropriate for the current theme
120+
121+
:::note
122+
It's recommended to use `transparent` or `opaque` without lazy loading as the tab bar background flashes when a view is rendered lazily.
123+
:::
124+
115125
### `tabBarActiveTintColor`
116126

117127
Color for the active tab.
@@ -132,16 +142,6 @@ Color of tab indicator. This option is only compatible with Material3 themes.
132142

133143
A Boolean value that indicates whether the tab bar is translucent.
134144

135-
Available options:
136-
137-
- `default` - uses default background and shadow values.
138-
- `transparent` - uses transparent background and no shadow.
139-
- `opaque` - uses set of opaque colors that are appropriate for the current theme
140-
141-
:::note
142-
It's recommended to use `transparent` or `opaque` without lazy loading as the tab bar background flashes when a view is rendered lazily.
143-
:::
144-
145145
#### `sidebarAdaptable` <Badge text="iOS" type="info" />
146146

147147
A tab bar style that adapts to each platform.

0 commit comments

Comments
 (0)