Skip to content

Commit c7374e7

Browse files
author
Artur Chrusciel
committed
Depracated comment fix
1 parent 63432ae commit c7374e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ const dirs = {
2020
MovieDir : RNFetchBlob.MovieDir,
2121
DownloadDir : RNFetchBlob.DownloadDir,
2222
DCIMDir : RNFetchBlob.DCIMDir,
23-
SDCardDir: RNFetchBlob.SDCardDir,
23+
SDCardDir: RNFetchBlob.SDCardDir, // Depracated
2424
SDCardApplicationDir: RNFetchBlob.SDCardApplicationDir, // Deprecated
25-
MainBundleDir : RNFetchBlob.MainBundleDir, // Depracated
25+
MainBundleDir : RNFetchBlob.MainBundleDir,
2626
LibraryDir : RNFetchBlob.LibraryDir
2727
}
2828

0 commit comments

Comments
 (0)