Skip to content

Commit 9f85389

Browse files
committed
chore: ptypo
1 parent da29b66 commit 9f85389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/image.ios.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ function getUri(src: string | ImageAsset) {
256256
if (found) {
257257
return uri;
258258
}
259+
}
259260
else if (uri.indexOf('~/') === 0) {
260261
return NSURL.fileURLWithPath(`${path.join(knownFolders.currentApp().path, uri.replace('~/', ''))}`);
261262
}

0 commit comments

Comments
 (0)