show 2 items per row[react native]

后端 未结 5 1215
借酒劲吻你
借酒劲吻你 2020-12-15 17:40

I am learning react native and in all the tutorials i see ListView has been used with only 1 items per row. I have not used ListView, though. I have only 6 items that has to

5条回答
  •  粉色の甜心
    2020-12-15 18:21

    You can try the flat list from react native. where in you can specific the number of columns and also can mention the vertical direction or horizontal direction. Sample code:

    
    

    Refer https://facebook.github.io/react-native/docs/flatlist.html for more.

提交回复
热议问题