react-native-sdwebimage

1.3.1 • Public • Published

SDWebImage for React Native iOS

React Native SDWebImage is released under the MIT license. Current npm package version. Current npm package download in last month. PRs welcome!

Getting started

$ npm install react-native-sdwebimage --save

Mostly automatic installation

$ react-native link react-native-sdwebimage
$ cd ios && pod install

Usage

import RNSDWebImage from 'react-native-sdwebimage';

<RNSDWebImage
  style={{ width: 100, height: 100 }}
  source={{
    uri: 'https://i.imgur.com/Hep1hx2.jpg',
    priority: RNSDWebImage.priority.high
  }}
  resizeMode="cover"
/>

License

React Native SDWebImage is MIT licensed, as found in the LICENSE file.

Package Sidebar

Install

npm i react-native-sdwebimage

Weekly Downloads

20

Version

1.3.1

License

MIT

Unpacked Size

86.9 kB

Total Files

25

Last publish

Collaborators

  • thanhcuong1990