Fix web image layout (#6195)

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