You can add flexWrap: 'wrap' and alignItems: flex-start (or anything other than stretch to your container style.
If you don’t specify align-items or if you set align-items: stretch, each column in the first row will take as much height as possible, pushing the second row below kind of like in the screenshot below:
