UNPKG

react-native-image-blur-view

Version:

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

4 lines 202 B
import { requireNativeComponent } from 'react-native'; export const ImageBlurViewManager = requireNativeComponent('ImageBlurView'); export default ImageBlurViewManager; //# sourceMappingURL=index.js.map