Fix web image layout

This commit is contained in:
Dan Abramov
2024-11-09 23:07:25 +00:00
parent 42abd97f61
commit b3c979593a
+1 -1
View File
@@ -105,7 +105,7 @@ export function AutoSizedImage({
const hasAlt = !!image.alt
const contents = (
<Animated.View ref={containerRef} collapsable={false}>
<Animated.View ref={containerRef} collapsable={false} style={{flex: 1}}>
<Image
style={[a.w_full, a.h_full]}
source={image.thumb}