Questions
You can use "ImageBackground" component on React Native.
<ImageBackground source={yourSourceFile} style={{width: '100%', height: '100%'}} > <....yourContent...> </ImageBackground>
~ Answered on 2017-11-15 20:27:58