Skip to content

Commit 3a26f42

Browse files
committed
Fix manifest path
1 parent e55fd44 commit 3a26f42

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

102102
static NSString *RCTCreateManifestFilePath(NSString *storageDirectory)
103103
{
104-
return [RCTCreateStorageDirectoryPath(storageDirectory) stringByAppendingString:RCTManifestFileName];
104+
return [RCTCreateStorageDirectoryPath(storageDirectory) stringByAppendingPathComponent:RCTManifestFileName];
105105
}
106106

107107
static NSString *RCTGetManifestFilePath()

0 commit comments

Comments
 (0)