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.

4 lines 212 B
import { View } from 'react-native'; export declare const NativeBlurView: import("react").ComponentType<any>; export declare const NativeBlurTargetView: typeof View; //# sourceMappingURL=NativeBlurModule.d.ts.map