1.0.5 • Published 5 years ago

react-native-image-loader-plugin v1.0.5

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

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

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-image-loader-plugin and add RNWebImageLoader.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNWebImageLoader.a to your project's Build PhasesLink Binary With Libraries
  4. 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!