wkh237/react-native-fetch-blob

Save file to internal storage

punksta opened this issue · 4 comments

Is it possible to download file to internal storage?
I want to download file for permanently internal usage without sharing with other apps.

figure out. DocumentDir is internal storage absolute dir for android.

Can you guide me, in detail plz
how to download in internal storage for get

let dirs = RNFetchBlob.fs.dirs
RNFetchBlob
.config({
  path : dirs.DocumentDir + '/path-to-file.anything'
})