JSPM

react-native-blur-image

1.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q34797F
  • License MIT

React Native Image with cross platform blurRadius property.

Package Exports

  • react-native-blur-image

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-blur-image) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-native-blur-image

React Native Image with cross platform blurRadius property.

Installation

npm i -S react-native-blur-image
react-native link

Usage

import BlurImage from 'react-native-blur-image'

<BlurImage
  source={{ uri:'https://facebook.github.io/react/img/logo_og.png' }}
  style={{ width: 147, height: 77 }}
  blurRadius={100}
/>