# 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. 
