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 a5f5678 commit 1ece24fCopy full SHA for 1ece24f
packages/core/src/components/ExpoImage.tsx
@@ -60,7 +60,7 @@ const ExpoImage: React.FC<ExtendedImageProps> = ({
60
source &&
61
typeof source === "object" &&
62
"uri" in source &&
63
- !/^(http|https):\/\/|^data:/.test(source.uri || "")
+ !/^(http|https):\/\/|^data:|^\//.test(source.uri || "")
64
) {
65
imageSource = { uri: "" };
66
}
0 commit comments