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 02e552a commit 10d7bddCopy full SHA for 10d7bdd
packages/core/src/components/ExpoImage.tsx
@@ -59,7 +59,7 @@ const ExpoImage: React.FC<ExtendedImageProps> = ({
59
let imageSource = source ?? Config.placeholderImageURL;
60
61
if (cacheKey) {
62
- if (typeof source === "object" && "uri" in source) {
+ if (source && typeof source === "object" && "uri" in source) {
63
imageSource = {
64
...source,
65
cacheKey,
0 commit comments