Check out example codes for "How to make a backgroud image with no repeat in html". It will help you in understanding the concepts better.
Code Example 1
.background {
background-image: url('name.jpeg');
background-repeat: no-repeat;
background-size: 100%;
}
Learn ReactJs, React Native from akashmittal.com