Fix video preview collapse

This commit is contained in:
Eric Bailey
2026-06-10 11:15:54 -05:00
parent 8fcf25b290
commit dc0a1140a1
+1 -1
View File
@@ -154,7 +154,7 @@ export function ImageItem({
}
return (
<View style={[a.relative, a.aspect_square, {maxWidth}]}>
<View style={[a.flex_grow, a.relative, a.aspect_square, {maxWidth}]}>
<Image
key={thumbnail}
source={{uri: thumbnail}}