Check out example codes for "ordering collumns in bootstrap". It will help you in understanding the concepts better.
Code Example 1
<div class="container">
<div class="row">
<div class="col">
First, but unordered
</div>
<div class="col order-12">
Second, but last
</div>
<div class="col order-1">
Third, but first
</div>
</div>
</div>
Learn ReactJs, React Native from akashmittal.com