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 63432ae commit c7374e7Copy full SHA for c7374e7
fs.js
@@ -20,9 +20,9 @@ const dirs = {
20
MovieDir : RNFetchBlob.MovieDir,
21
DownloadDir : RNFetchBlob.DownloadDir,
22
DCIMDir : RNFetchBlob.DCIMDir,
23
- SDCardDir: RNFetchBlob.SDCardDir,
+ SDCardDir: RNFetchBlob.SDCardDir, // Depracated
24
SDCardApplicationDir: RNFetchBlob.SDCardApplicationDir, // Deprecated
25
- MainBundleDir : RNFetchBlob.MainBundleDir, // Depracated
+ MainBundleDir : RNFetchBlob.MainBundleDir,
26
LibraryDir : RNFetchBlob.LibraryDir
27
}
28
0 commit comments