UNPKG

react-native-ios-utilities

Version:

Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI

33 lines (32 loc) 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UIBlurEffectStyles = exports.UIBlurEffectStyleItems = void 0; const UIBlurEffectStylesRaw = { // iOS 10+ regular: 'regular', prominent: 'prominent', extraLight: 'extraLight', light: 'light', dark: 'dark', // iOS 13+ systemUltraThinMaterial: 'systemUltraThinMaterial', systemThinMaterial: 'systemThinMaterial', systemMaterial: 'systemMaterial', systemThickMaterial: 'systemThickMaterial', systemChromeMaterial: 'systemChromeMaterial', systemUltraThinMaterialLight: 'systemUltraThinMaterialLight', systemThinMaterialLight: 'systemThinMaterialLight', systemMaterialLight: 'systemMaterialLight', systemThickMaterialLight: 'systemThickMaterialLight', systemChromeMaterialLight: 'systemChromeMaterialLight', systemUltraThinMaterialDark: 'systemUltraThinMaterialDark', systemThinMaterialDark: 'systemThinMaterialDark', systemMaterialDark: 'systemMaterialDark', systemThickMaterialDark: 'systemThickMaterialDark', systemChromeMaterialDark: 'systemChromeMaterialDark' }; const UIBlurEffectStyles = exports.UIBlurEffectStyles = UIBlurEffectStylesRaw; const UIBlurEffectStyleItems = exports.UIBlurEffectStyleItems = Object.keys(UIBlurEffectStyles); //# sourceMappingURL=UIBlurEffectStyles.js.map