react-native-assets

Module to manage assets. It allows you download assests from a network and store into a specific local folder on iOS

Usage no npm install needed!

<script type="module">
  import reactNativeAssets from 'https://cdn.skypack.dev/react-native-assets';
</script>

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.

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.