$ npm install react-native-sdwebimage --save
$ react-native link react-native-sdwebimage
$ cd ios && pod install
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"
/>
React Native SDWebImage is MIT licensed, as found in the LICENSE file.