@sbaiahmed1/react-native-blur
Version:
React native modern blur view
50 lines (48 loc) • 2.47 kB
JavaScript
;
// NOTE: the raw `ReactNative*` native components below are the codegen host
// components. They are exported for backwards compatibility only and are
// scheduled for removal in the next major version — prefer the wrapper
// components (BlurView, LiquidGlassView, etc.), which handle platform
// fallbacks, defaults and refs. Rendering a raw iOS-only component on Android
// (or vice versa) produces an "unimplemented component" error.
/**
* @deprecated Use the {@link BlurView} wrapper instead. Direct use of the raw
* native component is unsupported and will be removed in the next major version.
*/
export { default as ReactNativeBlurView } from './ReactNativeBlurViewNativeComponent';
export { BlurView as default, BlurView } from './BlurView';
/**
* @deprecated Use the {@link LiquidGlassView} wrapper instead. Direct use of
* the raw native component is unsupported and will be removed in the next major
* version.
*/
export { default as ReactNativeLiquidGlassView } from './ReactNativeLiquidGlassViewNativeComponent';
export { LiquidGlassView } from './LiquidGlassView';
/**
* @deprecated Use the {@link ProgressiveBlurView} wrapper instead. Direct use
* of the raw native component is unsupported and will be removed in the next
* major version.
*/
export { default as ReactNativeProgressiveBlurView } from './ReactNativeProgressiveBlurViewNativeComponent';
export { ProgressiveBlurView } from './ProgressiveBlurView';
/**
* @deprecated Use the {@link LiquidGlassContainer} wrapper instead. Direct use
* of the raw native component is unsupported and will be removed in the next
* major version.
*/
export { default as ReactNativeLiquidGlassContainer } from './ReactNativeLiquidGlassContainerNativeComponent';
export { LiquidGlassContainer } from './LiquidGlassContainer';
/**
* @deprecated Use the {@link BlurSwitch} wrapper instead. Direct use of the raw
* native component is unsupported and will be removed in the next major version.
*/
export { default as ReactNativeBlurSwitch } from './ReactNativeBlurSwitchNativeComponent';
export { BlurSwitch } from './BlurSwitch';
/**
* @deprecated Use the {@link VibrancyView} wrapper instead. Direct use of the
* raw native component is unsupported and will be removed in the next major
* version.
*/
export { default as ReactNativeVibrancyView } from './ReactNativeVibrancyViewNativeComponent';
export { VibrancyView } from './VibrancyView';
//# sourceMappingURL=index.js.map