How I was able to wrap the components was like below
flatlist: {
flexDirection: 'column',
},
and in my FlatList component added this props
numColumns={3}
How I was able to wrap the components was like below
flatlist: {
flexDirection: 'column',
},
and in my FlatList component added this props
numColumns={3}