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.

6 lines 215 B
import { jsx as _jsx } from "react/jsx-runtime"; import { View } from 'react-native'; export default function BlurTargetView(props) { return _jsx(View, { ...props }); } //# sourceMappingURL=BlurTargetView.js.map