为什么图像在Android的React Native中有填充?

时间:2018-08-02 13:10:56

标签: react-native

我正在将背景图像用于React Native应用程序屏幕,并希望将图像压缩到右侧。在iOS上看起来不错,但在Android图像上右侧有填充。为什么会这样呢?如何解决这个问题?谢谢你!

<View style={{width: '100%', height: '100%', backgroundColor: '#fff',}}>
    <Image style={{flex: 1, resizeMode: 'contain',}} source={require('./../styles/image/building.png')}/>
</View>

enter image description here

0 个答案:

没有答案