mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-02-19 19:48:12 +00:00
Update comment for ios version
This commit is contained in:
parent
33470438e5
commit
491c9210a2
@ -59,7 +59,7 @@
|
||||
if ([self.blurType isEqual: @"prominent"]) return UIBlurEffectStyleProminent;
|
||||
#endif
|
||||
|
||||
#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000 /* __IPHONE_10_0 */
|
||||
#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000 /* __IPHONE_13_0 */
|
||||
// Adaptable blur styles
|
||||
if ([self.blurType isEqual: @"chromeMaterial"]) return UIBlurEffectStyleSystemUltraThinMaterial;
|
||||
if ([self.blurType isEqual: @"material"]) return UIBlurEffectStyleSystemMaterial;
|
||||
|
Loading…
x
Reference in New Issue
Block a user