Fix web image layout (#6195)
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user