1.0.6 • Published 8 years ago

react-native-blur-image v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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}
/>
1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago