fivecar / react-native-draglist

FlatList that can be reordered by dragging its items
MIT License
118 stars 19 forks source link

FlashList #24

Open ahansson89 opened 1 year ago

ahansson89 commented 1 year ago

Any plans on adopting FlashList for this library? For long lists, the performance is very noticeable.

fivecar commented 7 months 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.

kav commented 3 months ago

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.

fivecar commented 3 months ago

Oh, interesting idea, @kav. Haven't had time recently to look into it, but am happy to take PRs if anyone feels strongly.