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 fea4a9d commit 0304480Copy full SHA for 0304480
ios/RNCAsyncStorage.m
@@ -173,7 +173,7 @@ static dispatch_queue_t RCTGetMethodQueue()
173
return [attributes fileModificationDate];
174
}
175
176
-NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
+static NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
177
/**
178
* Creates an NSException used during Storage Directory Migration.
179
*/
0 commit comments