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 964b16a commit e55fd44Copy full SHA for e55fd44
ios/RNCAsyncStorage.m
@@ -185,7 +185,7 @@ static dispatch_queue_t RCTGetMethodQueue()
185
return [attributes fileModificationDate];
186
}
187
188
-NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
+static NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
189
/**
190
* Creates an NSException used during Storage Directory Migration.
191
*/
0 commit comments