Compare commits

...

1 Commits

Author SHA1 Message Date
Dan Abramov b3c979593a Fix web image layout 2024-11-09 23:07:25 +00:00
+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}