Fix image collapse in FF (#10826)
This commit is contained in:
@@ -154,7 +154,7 @@ export function ImageItem({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.relative, a.flex_1, a.aspect_square, {maxWidth}]}>
|
<View style={[a.relative, a.aspect_square, {maxWidth}]}>
|
||||||
<Image
|
<Image
|
||||||
key={thumbnail}
|
key={thumbnail}
|
||||||
source={{uri: thumbnail}}
|
source={{uri: thumbnail}}
|
||||||
|
|||||||
Reference in New Issue
Block a user