I'm using ImageBackground from React Native and I'm using a background. I would like to use the size of the background to set the size of the element.
<ImageBackground source={require("../images/Image.png")}>
<Text>Hello World!</Text>
</ImageBackground>
Thanks!