react-native-drag-sort icon indicating copy to clipboard operation
react-native-drag-sort copied to clipboard

Perf optimization: dont render offscreen items

Open avertin opened this issue 5 years ago • 0 comments

We noticed some negative performance impacts to our app when using this library to render more than 20 items at a time. This performance optimization only renders items that are on screen or close to being on screen.

Originally written by @aarondail

avertin avatar Feb 05 '21 23:02 avertin