react-native-blob-util
Version:
A module provides upload, download, and files access API. Supports file stream read/write for process large files.
13 lines (12 loc) • 409 B
text/xml
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path
name="external_files"
path="." />
<files-path
name="files-path"
path="." /> <!-- Used to access into application data files -->
<cache-path
name="cache-path"
path="." /> <!-- Used to access files in cache directory -->
</paths>