react native 100+ items flatlist very slow performance

前端 未结 5 1038
别跟我提以往
别跟我提以往 2020-11-30 04:11

I have a list just simple text that rendering into flatlist on react native but I am experiencing very very slow performance which makes app unusable.

How can I solv

5条回答
  •  日久生厌
    2020-11-30 04:47

    Try out this listview https://github.com/Flipkart/ReactEssentials, it renders far fewer items than FlatList and then recycles them. Should be much faster.

    npm install --save recyclerlistview
    

提交回复
热议问题