react-native-sortable-list icon indicating copy to clipboard operation
react-native-sortable-list copied to clipboard

Algorithm and performance

Open gastonmorixe opened this issue 8 years ago • 0 comments

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

gastonmorixe avatar Nov 14 '17 19:11 gastonmorixe