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
Copy file name to clipboardExpand all lines: docs/docs/docs/guides/standalone-usage.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,16 +184,8 @@ Color for inactive tabs.
184
184
185
185
- Type: `ColorValue`
186
186
187
-
:::warning
188
-
On iOS 26 (Liquid Glass), enable `experimental_bakedTintColors` to apply a workaround that bakes tab labels into images for correct tinting. This disables Dynamic Type (accessibility font sizes) and the Bold Text accessibility setting for tab labels.
Enables the iOS 26 Liquid Glass workaround for active and inactive tint colors. When enabled with custom active or inactive tint colors, tab labels are baked into images so the icon and label receive the same tint during normal selection and Liquid Glass tab scrubbing.
194
-
195
-
:::warning
196
-
This disables Dynamic Type (accessibility font sizes) and the Bold Text accessibility setting for tab labels, and icon sizing can vary with label width.
187
+
:::note
188
+
On iOS >= 26 (Liquid Glass), this prop is ignored.
Copy file name to clipboardExpand all lines: docs/docs/docs/guides/usage-with-react-navigation.mdx
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,16 +132,8 @@ On iOS 26 (Liquid Glass), enable `experimental_bakedTintColors` to apply a worka
132
132
133
133
Color for the inactive tabs.
134
134
135
-
:::warning
136
-
On iOS 26 (Liquid Glass), enable `experimental_bakedTintColors` to apply a workaround that bakes tab labels into images for correct tinting. This disables Dynamic Type (accessibility font sizes) and the Bold Text accessibility setting for tab labels.
Enables the iOS 26 Liquid Glass workaround for active and inactive tint colors. When enabled with custom active or inactive tint colors, tab labels are baked into images so the icon and label receive the same tint during normal selection and Liquid Glass tab scrubbing.
142
-
143
-
:::warning
144
-
This disables Dynamic Type (accessibility font sizes) and the Bold Text accessibility setting for tab labels, and icon sizing can vary with label width.
135
+
:::note
136
+
On iOS >= 26 (Liquid Glass), this prop is ignored.
145
137
:::
146
138
147
139
#### `tabBarStyle`
@@ -261,7 +253,7 @@ On iOS 26 (Liquid Glass), enable `experimental_bakedTintColors` to apply a worka
261
253
:::
262
254
263
255
:::note
264
-
The `tabBarInactiveTintColor` is not supported on route level due to native limitations. Use `inactiveTintColor` in the `Tab.Navigator` instead.
256
+
The `tabBarInactiveTintColor` is not supported on route level due to native limitations. Use `tabBarInactiveTintColor` in the `Tab.Navigator` instead.
265
257
:::
266
258
267
259
#### `tabBarIcon`
@@ -332,7 +324,7 @@ To display a badge without text (just a dot), you need to pass a string with a s
332
324
#### `tabBarBadgeBackgroundColor`
333
325
334
326
- Type: `string`
335
-
327
+
336
328
Set the background color for the badge on android.
0 commit comments