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 394d980 commit 9587126Copy full SHA for 9587126
ios/RNFileSystem/RNFileSystem.m
@@ -3,7 +3,7 @@
3
NSString *const STORAGE_BACKED_UP = @"BACKED_UP";
4
NSString *const STORAGE_IMPORTANT = @"IMPORTANT";
5
NSString *const STORAGE_AUXILIARY = @"AUXILIARY";
6
-NSString *const STORAGE_TEMPORARY = @"TEMORARY";
+NSString *const STORAGE_TEMPORARY = @"TEMPORARY";
7
8
@implementation RNFileSystem
9
0 commit comments