react-native-sortable-list
react-native-sortable-list copied to clipboard
Algorithm and performance
Right now findRowUnderActiveRow needs to be called on every single Y position change.
I see some performance issues in iPhone 6 which is really bad.
To be able to throttle this method, can we find a better algorithm that only depends on current Y?
Thanks