How to downloaded file name for iOS change rename
Resolved
let dirs = RNFetchBlob.fs.dirs RNFetchBlob .config({ fileCache: false, path: dirs.DocumentDir + "/sample.jpg" })
Most helpful comment
Resolved
let dirs = RNFetchBlob.fs.dirs
RNFetchBlob
.config({
fileCache: false,
path: dirs.DocumentDir + "/sample.jpg"
})