UNPKG

react-native-image-blur-view

Version:

this will helps displaying image view having capabilites to blur the image. Currently it supports iOS platform.

8 lines (7 loc) 260 B
import { ViewStyle } from 'react-native'; declare type ImageBlurViewProps = { color: string; style: ViewStyle; }; export declare const ImageBlurViewManager: import("react-native").HostComponent<ImageBlurViewProps>; export default ImageBlurViewManager;