Skip to content

Commit aff7ab1

Browse files
committed
add options to README
1 parent 5487e0f commit aff7ab1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,22 @@ import { BlurView, VibrancyView } from "@react-native-community/blur";
9393
- `extraDark` - extra dark blur type (tvOS only)
9494
- `regular` - regular blur type (iOS 10+ and tvOS only)
9595
- `prominent` - prominent blur type (iOS 10+ and tvOS only)
96+
97+
- `chromeMaterial` - An adaptable blur effect that creates the appearance of the system chrome. (iOS 13+ only)
98+
- `material` - An adaptable blur effect that creates the appearance of a material with normal thickness. (iOS 13+ only)
99+
- `thickMaterial` - An adaptable blur effect that creates the appearance of a material that is thicker than normal. (iOS 13+ only)
100+
- `thinMaterial` - An adaptable blur effect that creates the appearance of an ultra-thin material. (iOS 13+ only)
101+
- `ultraThinMaterial` - An adaptable blur effect that creates the appearance of an ultra-thin material. (iOS 13+ only)
102+
- `chromeMaterialDark` - A blur effect that creates the appearance of an ultra-thin material and is always dark. (iOS 13+ only)
103+
- `materialDark` - A blur effect that creates the appearance of a thin material and is always dark. (iOS 13+ only)
104+
- `thickMaterialDark` - A blur effect that creates the appearance of a material with normal thickness and is always dark. (iOS 13+ only)
105+
- `thinMaterialDark` - A blur effect that creates the appearance of a material that is thicker than normal and is always dark. (iOS 13+ only)
106+
- `ultraThinMaterialDark` - A blur effect that creates the appearance of the system chrome and is always dark. (iOS 13+ only)
107+
- `chromeMaterialLight` - An adaptable blur effect that creates the appearance of the system chrome. (iOS 13+ only)
108+
- `materialLight` - An adaptable blur effect that creates the appearance of a material with normal thickness. (iOS 13+ only)
109+
- `thickMaterialLight` - An adaptable blur effect that creates the appearance of a material that is thicker than normal. (iOS 13+ only)
110+
- `thinMaterialLight` - An adaptable blur effect that creates the appearance of a thin material. (iOS 13+ only)
111+
- `ultraThinMaterialLight` - An adaptable blur effect that creates the appearance of an ultra-thin material. (iOS 13+ only)
96112
- `blurAmount` (Default: 10, Number)
97113
- `0-100` - Adjusts blur intensity
98114

0 commit comments

Comments
 (0)