Open ahansson89 opened 1 year ago
I could see making a fork of this repo and supporting it, but it's not likely that we'll adopt it in this current project, because FlashList
requires installing native binaries (instead of the current design, which intentionally keeps things down to just react
and react-native
as requirements).
Let me keep this issue open, since when I have time, I might be able to just fork it myself and do the work.
Haven't looked at all but allowing a custom FlatList to be provided via prop might be worth considering here. No additional dependency and could support other flat list replacements.
Oh, interesting idea, @kav. Haven't had time recently to look into it, but am happy to take PRs if anyone feels strongly.
Any plans on adopting FlashList for this library? For long lists, the performance is very noticeable.