Check out example codes for "sticky footer bootstrap 3". It will help you in understanding the concepts better.
Code Example 1
<style>
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
}
</style>
Learn ReactJs, React Native from akashmittal.com