How to make a two column grid on react native?
问题 I am tasked right now with making a screen that gives options in a grid of two columns with multiple cards as the items of a list. (You can see here) I was trying to create a row flexbox, but it ended up simply continuing horizontally forever. I'd like to know what would be a good way to get this effect os two columns expanding downwards. 回答1: You should use FlatList and set numColumns prop to "2" to show FlatList as grid Here is complete code sample import React from "react"; import {