1return (
2 <ImageBackground source={...} style={{width: '100%', height: '100%'}}>
3 <Text>Inside</Text>
4 </ImageBackground>
5);
6
1return (
2 <ImageBackground source={...} style={{width: '100%', height: '100%'}}>
3 ......All Children tags
4 </ImageBackground>
5);