ecency / ecency-mobile

Ecency Mobile - reimagined social blogging, contribute and get rewarded (for Android and iOS)
https://ecency.com
MIT License
241 stars 70 forks source link

Migrate to FlashList #2766

Open noumantahir opened 1 year ago

noumantahir commented 1 year ago

Apparently users have reported crashes while scrolling through waves too fast, my guess is there is a performance bottleneck because of processing renderHTMLs in a long list of waves.

As suggested by @gamingumar, we can migrate FlatList to FlashList as a quick remedy to improve performance, later we can also consider optimising item renderer

gamingumar commented 1 year ago

https://github.com/ecency/ecency-mobile/pull/2771