Skip to content

Commit 9c96c83

Browse files
committed
Fix manifest path
1 parent 0304480 commit 9c96c83

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
@@ -89,7 +89,7 @@ static void RCTAppendError(NSDictionary *error, NSMutableArray<NSDictionary *> *
8989

9090
static NSString *RCTCreateManifestFilePath(NSString *storageDirectory)
9191
{
92-
return [RCTCreateStorageDirectoryPath(storageDirectory) stringByAppendingString:RCTManifestFileName];
92+
return [RCTCreateStorageDirectoryPath(storageDirectory) stringByAppendingPathComponent:RCTManifestFileName];
9393
}
9494

9595
static NSString *RCTGetManifestFilePath()

0 commit comments

Comments
 (0)