Just implemented the download function an hour ago: p
Follow these steps:
a) npm install react-native-fetch-blob
b) follow the installation instructions.
b2), if you want to manually install the package without using rnpm, go to the wiki .
c) Finally, as I made it possible to upload files in my application:
const { config, fs } = RNFetchBlob let PictureDir = fs.dirs.PictureDir
source share