TheWidlarzGroup / rn-emoji-keyboard

Super performant, lightweight, fully customizable emoji picker 🚀
https://thewidlarzgroup.github.io/rn-emoji-keyboard/
MIT License
326 stars 59 forks source link

Move from FlatList to FlashList #85

Closed oferRounds closed 1 year ago

oferRounds commented 1 year ago

Is your feature request related to a problem? Please describe. To improve performance

Describe the solution you'd like Use FlashList instead of the default FlatList

mateki0 commented 1 year ago

From what I know, the team already tried to use FlashList, but after some optimizations on FlatList, the performance is similar. And because FlatList is more stable, we won't do the migration for now.

oferRounds commented 1 year ago

Thank you!

jakex7 commented 1 year ago

As @mateki0 said, we've tried FlashList and - at least for now - it didn't helped at all. We will be looking at this library and may try again in the future