0.0.1 • Published 9 years ago

react-native-assets v0.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

react-native-assets

React native module that allows download assets in background from an url and persist them into a specific directory in Documents folder on iOS. In addition, you can delete and list assets from that directory.

Getting started

  1. sudo npm install
  2. pod install
  3. Then open RCTAssets.cworkspace file and set OTHER_LDFLAGS with the flag $(inherited) in build settings tab.