Skip to content

Commit 0b5034d

Browse files
committed
Move OldStorageDirectory const to top
1 parent c28e978 commit 0b5034d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNCAsyncStorage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#import <React/RCTUtils.h>
1818

1919
static NSString *const RCTStorageDirectory = @"RCTAsyncLocalStorage_V1";
20+
static NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
2021
static NSString *const RCTManifestFileName = @"manifest.json";
2122
static const NSUInteger RCTInlineValueThreshold = 1024;
2223

@@ -185,7 +186,6 @@ static dispatch_queue_t RCTGetMethodQueue()
185186
return [attributes fileModificationDate];
186187
}
187188

188-
static NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
189189
/**
190190
* Creates an NSException used during Storage Directory Migration.
191191
*/

0 commit comments

Comments
 (0)