Skip to content

Commit

Permalink
little adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Oct 17, 2024
1 parent 7966a2b commit c117f28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ function wrapImage (imageStyle?: ExtendedViewStyle) {
}
}

return <View key='viewBgImg' {...needLayout ? { onLayout } : null} style={{ ...StyleSheet.absoluteFillObject, width: '100%', height: '100%', overflow: 'hidden' }}>
return <View key='backgroundImage' {...needLayout ? { onLayout } : null} style={{ ...StyleSheet.absoluteFillObject, width: '100%', height: '100%', overflow: 'hidden' }}>
{show && <Image {...imageStyleToProps(preImageInfo, sizeInfo.current as Size, layoutInfo.current as Size)} />}
</View>
}
Expand Down

0 comments on commit c117f28

Please sign in to comment.