VirtualizedList: You have a large list that is slow to update

前端 未结 4 1225
暖寄归人
暖寄归人 2020-12-05 02:10

I use FlatList with large number of items. I get following alert from Expo XDE.

VirtualizedList: You have a large list that is slow to update - make

4条回答
  •  天命终不由人
    2020-12-05 02:37

    Also make sure, you don't encapsulate FlatList with SourceList. For me it accidentally appears, because I used native-base, and didn't noticed, that their Component replace ScrollList.

    For more Information see here: https://stackoverflow.com/a/54512633/1256697

提交回复
热议问题