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.

5 lines 269 B
import { requireNativeViewManager } from 'expo-modules-core'; import { View } from 'react-native'; export const NativeBlurView = requireNativeViewManager('ExpoBlur', 'ExpoBlurView'); export const NativeBlurTargetView = View; //# sourceMappingURL=NativeBlurModule.js.map