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 c28e978 commit 0b5034dCopy full SHA for 0b5034d
ios/RNCAsyncStorage.m
@@ -17,6 +17,7 @@
17
#import <React/RCTUtils.h>
18
19
static NSString *const RCTStorageDirectory = @"RCTAsyncLocalStorage_V1";
20
+static NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
21
static NSString *const RCTManifestFileName = @"manifest.json";
22
static const NSUInteger RCTInlineValueThreshold = 1024;
23
@@ -185,7 +186,6 @@ static dispatch_queue_t RCTGetMethodQueue()
185
186
return [attributes fileModificationDate];
187
}
188
-static NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
189
/**
190
* Creates an NSException used during Storage Directory Migration.
191
*/
0 commit comments