JustifyContent React Native Flatlist

<FlatList
	numColumns={2}
    columnWrapperStyle={{ flex: 1, justifyContent: "space-around" }}
    ........
Lucas Juan