Fix image collapse in FF (#10826)

This commit is contained in:
Eric Bailey
2026-06-09 15:15:37 -05:00
committed by GitHub
parent 0558e8b79a
commit 7f6cfaee71
+1 -1
View File
@@ -154,7 +154,7 @@ export function ImageItem({
}
return (
<View style={[a.relative, a.flex_1, a.aspect_square, {maxWidth}]}>
<View style={[a.relative, a.aspect_square, {maxWidth}]}>
<Image
key={thumbnail}
source={{uri: thumbnail}}