react-native-assets
Version:
Module to manage assets. It allows you download assests from a network and store into a specific local folder on iOS
10 lines (6 loc) • 402 B
Markdown
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.
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.