1.3.1 • Published 2 years ago

react-native-sdwebimage v1.3.1

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

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.

1.3.1

2 years ago

1.3.0

2 years ago

1.2.5

3 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago