【发布时间】:2018-12-10 23:39:16
【问题描述】:
我是 React-native 的新手,我有一个非常简单(至少我这么认为)的问题。
我有一个带有 resizeMode='contain' 的 ImageBackground,现在我想将背景定位到容器的顶部...
<ImageBackground style={styles.imageBackground} source={backgroundImage} resizeMode='contain'>
... some content
</ImageBackground>
图像以正确的方式呈现,但问题是它垂直居中,而不是我想让它顶部对齐...
This is an example of the result of my ImageBackground
This is an example of the result with the bottom added to ImageStyle
【问题讨论】:
标签: react-native