Fix video preview collapse (#10847)

This commit is contained in:
Eric Bailey
2026-06-10 11:30:48 -05:00
committed by GitHub
parent 90f8fe59ba
commit 209ecafdc1
+1 -1
View File
@@ -154,7 +154,7 @@ export function ImageItem({
} }
return ( return (
<View style={[a.relative, a.aspect_square, {maxWidth}]}> <View style={[a.flex_grow, a.relative, a.aspect_square, {maxWidth}]}>
<Image <Image
key={thumbnail} key={thumbnail}
source={{uri: thumbnail}} source={{uri: thumbnail}}