)我有一个关于在react native中奇怪的图像缩放的问题,但是在从包react native赠送的聊天组件中提供的组件中:MessageImage。在iOS上一切看起来都很好,但在Android上..有人有主意吗?提前感谢您的帮助!:)Ps.我只会补充一点,封面在两个平台上看起来都不错。x1c 0d1x的数据
<MessageImage
{...props}
imageStyle={{
width: 148,
resizeMode: 'contain',
height: 150,
}}
containerStyle={{
backgroundColor: 'transparent',
borderColor: 'red',
borderWidth: 2,
}}
/>
字符串
1条答案
按热度按时间ctehm74n1#
更好地使用resizeMode:'cover',看下面我的零食了解更多:https://snack.expo.dev/@fukemy/image-resize-modes-example?platform=android