I am learning react native and in all the tutorials i see ListView has been used with only 1 items per row. I have not used ListView, though. I have only 6 items that has to
You can try the flat list from react native.
where in you can specific the number of columns and also can mention the vertical direction or horizontal direction.
Sample code:
Refer https://facebook.github.io/react-native/docs/flatlist.html for more.