Socket
Socket
Sign inDemoInstall

react-native-progressive-image

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "react-native-progressive-image",
"version": "1.0.0",
"version": "1.0.1",
"description": "Progressively load images. Loads a small thumbnail first. Includes fade and blur effects.",

@@ -5,0 +5,0 @@ "keywords": [

# react-native-progressive-image
Progressively load images. Loads a small thumbnail first. Includes fade and blur effects.
![react-native-progressive-image demo](http://i.imgur.com/Ww5qqKz.gif)
## Installation
`npm i -S react-native-progressive-image`
## Usage
```javascript
import ProgressiveImage from 'react-native-progressive-image'
const TheProgressiveImage = () =>
<ProgressiveImage
thumbnailSource={{ uri: 'http://i.imgur.com/O249H4P.png?bust' + Math.random() }}
imageSource={{ uri: 'http://i.imgur.com/741u15U.png?bust' + Math.random() }}
style={{ flex: 1, alignItems: 'stretch' }}
/>
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc