react-native-grid-view icon indicating copy to clipboard operation
react-native-grid-view copied to clipboard

Cell Recycling

Open sghiassy opened this issue 9 years ago • 0 comments

Hi,

I saw in your README.md that you mention cell recycling: "uses a 'ListView' in order to have a proper recycle mechanism".

React Native's ListView is simply a wrapper around a UIScrollView and doesn't recycle cells - but instead instantiates all cells up front.

Is your package doing something above and beyond the ListView to achieve recycling?

sghiassy avatar Jul 09 '15 00:07 sghiassy