Skip to content

Commit 3347043

Browse files
committed
Merge branch 'master' of github.com:sebinq/react-native-blur
2 parents e52ceb4 + 3be75fe commit 3347043

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +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)
96+
- iOS 13 only Blur types:
97+
- `chromeMaterial` - An adaptable blur effect that creates the appearance of the system chrome.
98+
- `material` - An adaptable blur effect that creates the appearance of a material with normal thickness.
99+
- `thickMaterial` - An adaptable blur effect that creates the appearance of a material that is thicker than normal.
100+
- `thinMaterial` - An adaptable blur effect that creates the appearance of an ultra-thin material.
101+
- `ultraThinMaterial` - An adaptable blur effect that creates the appearance of an ultra-thin material.
102+
- `chromeMaterialDark` - A blur effect that creates the appearance of an ultra-thin material and is always dark.
103+
- `materialDark` - A blur effect that creates the appearance of a thin material and is always dark.
104+
- `thickMaterialDark` - A blur effect that creates the appearance of a material with normal thickness and is always dark.
105+
- `thinMaterialDark` - A blur effect that creates the appearance of a material that is thicker than normal and is always dark.
106+
- `ultraThinMaterialDark` - A blur effect that creates the appearance of the system chrome and is always dark.
107+
- `chromeMaterialLight` - An adaptable blur effect that creates the appearance of the system chrome.
108+
- `materialLight` - An adaptable blur effect that creates the appearance of a material with normal thickness.
109+
- `thickMaterialLight` - An adaptable blur effect that creates the appearance of a material that is thicker than normal.
110+
- `thinMaterialLight` - An adaptable blur effect that creates the appearance of a thin material.
111+
- `ultraThinMaterialLight` - An adaptable blur effect that creates the appearance of an ultra-thin material.
112112
- `blurAmount` (Default: 10, Number)
113113
- `0-100` - Adjusts blur intensity
114114

0 commit comments

Comments
 (0)