@@ -93,22 +93,22 @@ import { BlurView, VibrancyView } from "@react-native-community/blur";
93
93
- ` extraDark ` - extra dark blur type (tvOS only)
94
94
- ` regular ` - regular blur type (iOS 10+ and tvOS only)
95
95
- ` 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.
112
112
- ` blurAmount ` (Default: 10, Number)
113
113
- ` 0-100 ` - Adjusts blur intensity
114
114
0 commit comments