Rn-fetch-blob: How to downloaded file name for iOS change rename

Created on 11 Jun 2018  路  1Comment  路  Source: joltup/rn-fetch-blob

How to downloaded file name for iOS change rename

Most helpful comment

Resolved

let dirs = RNFetchBlob.fs.dirs
RNFetchBlob
.config({
fileCache: false,
path: dirs.DocumentDir + "/sample.jpg"
})

>All comments

Resolved

let dirs = RNFetchBlob.fs.dirs
RNFetchBlob
.config({
fileCache: false,
path: dirs.DocumentDir + "/sample.jpg"
})

Was this page helpful?
0 / 5 - 0 ratings