Skip to content

Commit 63432ae

Browse files
author
Artur Chrusciel
committed
Depracation comment in code
1 parent b2b5f5c commit 63432ae

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
@@ -21,8 +21,8 @@ const dirs = {
2121
DownloadDir : RNFetchBlob.DownloadDir,
2222
DCIMDir : RNFetchBlob.DCIMDir,
2323
SDCardDir: RNFetchBlob.SDCardDir,
24-
SDCardApplicationDir: RNFetchBlob.SDCardApplicationDir,
25-
MainBundleDir : RNFetchBlob.MainBundleDir,
24+
SDCardApplicationDir: RNFetchBlob.SDCardApplicationDir, // Deprecated
25+
MainBundleDir : RNFetchBlob.MainBundleDir, // Depracated
2626
LibraryDir : RNFetchBlob.LibraryDir
2727
}
2828

0 commit comments

Comments
 (0)