Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llanox/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.
https://github.com/llanox/react-native-assets
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/llanox/react-native-assets
- Owner: llanox
- Created: 2015-06-18T22:49:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T17:59:54.000Z (over 9 years ago)
- Last Synced: 2024-10-29T13:50:02.469Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 307 KB
- Stars: 32
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-native - react-native-assets ★31 - Module to manage assets. It allows you download assets from a network and store into a specific local folder on iOS (Components / Build & Development)
README
# 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.# How to run the example
1. npm install
2. Install CocoaPods https://guides.cocoapods.org/using/getting-started.html#toc_3
3. cd iOS/
4. pod install
5. Then open RCTAssetsManager.cworkspace and run the app