Skip to content

Commit 1fbca6e

Browse files
committed
Document tabBarBlurEffect
1 parent da76413 commit 1fbca6e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,39 @@ Style object for the tab bar. Supported properties:
282282
- `backgroundColor` - Only supported on Android and iOS 18 and below.
283283
- `shadowColor` - Only supported on iOS 18 and below.
284284

285+
#### `tabBarBlurEffect`
286+
287+
Blur effect applied to the tab bar on iOS 18 and lower when tab screen is selected.
288+
289+
Supported values:
290+
291+
- `none` - no blur effect
292+
- `systemDefault` - default blur effect applied by the system
293+
- `extraLight`
294+
- `light`
295+
- `dark`
296+
- `regular`
297+
- `prominent`
298+
- `systemUltraThinMaterial`
299+
- `systemThinMaterial`
300+
- `systemMaterial`
301+
- `systemThickMaterial`
302+
- `systemChromeMaterial`
303+
- `systemUltraThinMaterialLight`
304+
- `systemThinMaterialLight`
305+
- `systemMaterialLight`
306+
- `systemThickMaterialLight`
307+
- `systemChromeMaterialLight`
308+
- `systemUltraThinMaterialDark`
309+
- `systemThinMaterialDark`
310+
- `systemMaterialDark`
311+
- `systemThickMaterialDark`
312+
- `systemChromeMaterialDark`
313+
314+
Defaults to `systemDefault`.
315+
316+
Only supported on iOS 18 and below.
317+
285318
#### `tabBarControllerMode`
286319

287320
The display mode for the tab bar. Supported values:

0 commit comments

Comments
 (0)