react-native-image-loader-plugin
v1.0.5
Published
Use SDWebImage inside the react-native Image pipeline!
Downloads
4
Readme
react-native-image-loader-plugin
Getting started
$ yarn add react-native-image-loader-plugin
or
$ npm install react-native-image-loader-plugin --save
Mostly automatic installation
$ react-native link react-native-image-loader-plugin
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries
➜Add Files to [your project's name]
- Go to
node_modules
➜react-native-image-loader-plugin
and addRNWebImageLoader.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNWebImageLoader.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Run your project (
Cmd+R
)<
Usage
Nothing! As long as you have it added, react-native will start using SDWebImage's decoders, caches, and network capabilities!