We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b5f5c commit 63432aeCopy full SHA for 63432ae
fs.js
@@ -21,8 +21,8 @@ const dirs = {
21
DownloadDir : RNFetchBlob.DownloadDir,
22
DCIMDir : RNFetchBlob.DCIMDir,
23
SDCardDir: RNFetchBlob.SDCardDir,
24
- SDCardApplicationDir: RNFetchBlob.SDCardApplicationDir,
25
- MainBundleDir : RNFetchBlob.MainBundleDir,
+ SDCardApplicationDir: RNFetchBlob.SDCardApplicationDir, // Deprecated
+ MainBundleDir : RNFetchBlob.MainBundleDir, // Depracated
26
LibraryDir : RNFetchBlob.LibraryDir
27
}
28
0 commit comments