UNPKG

expo-blur

Version:

A component that renders a native blur view on iOS and falls back to a semi-transparent view on Android. A common usage of this is for navigation bars, tab bars, and modals.

3 lines (2 loc) 134 B
export { default as BlurView } from './BlurView'; export { BlurTint, BlurViewProps, ExperimentalBlurMethod } from './BlurView.types';