ListView grid in React Native

后端 未结 9 1985
长发绾君心
长发绾君心 2020-11-28 02:18

I\'m building a simple app in React Native that fetches listings from a remote JSON source and displays them on screen.

So far, using the excellent example here, I\

9条回答
  •  鱼传尺愫
    2020-11-28 02:44

    use FlatList instead of Listview in react-native. it has more value added feature and better performance. checkout the example here

提交回复
热议问题