【发布时间】:2020-08-11 06:53:49
【问题描述】:
我正在使用来自 React Native 的 ImageBackground 并且我正在使用背景。我想用背景的大小来设置元素的大小。
<ImageBackground source={require("../images/Image.png")}>
<Text>Hello World!</Text>
</ImageBackground>
谢谢!
【问题讨论】:
标签: reactjs react-native imagebackground