I\'m using a FlatList to show a list of items in two columns
FlatList
item.id } renderItem={(item) => } /> const style = StyleSheet.create({ row: { flex: 1, justifyContent: "space-around" } });