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