If I want to make a layout of this genre how would you do it!?
I tried with Flatlist
numColumns={3}
columnWrapperStyle={{ flex: 1/3, justifyContent: 'space-between' }}
But the last two are always one on the right and one on the left...The list can end in 1 item, 2 items or 3 items depending on the case..