Fix image collapse in FF (#10826)

(cherry picked from commit 7f6cfaee71)
This commit is contained in:
Eric Bailey
2026-06-09 15:15:37 -05:00
parent f3e659ca18
commit e5cb542b17
+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}}