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.
- npm install
- Install CocoaPods https://guides.cocoapods.org/using/getting-started.html#toc_3
- cd iOS/
- pod install
- Then open RCTAssetsManager.cworkspace and run the app