Fix image collapse in FF

This commit is contained in:
Eric Bailey
2026-06-09 14:02:34 -05:00
parent 189dad8cb7
commit 43d794f595
+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}}