react-native-largelist icon indicating copy to clipboard operation
react-native-largelist copied to clipboard

The best large list component for React Native.

Results 35 react-native-largelist issues
Sort by recently updated
recently updated
newest added

Hi, everyone Large list is more slow on production mode than debug mode (Android and iOS). I load 6000 elements. Any idea ?

Is there a way to optimize the LargeList for keys? I am reordering/removing items from the list and it will continue to rerender items afterwards, even though it the list...

enhancement

Hello, I use your lib and it's great. I use it to show my list of 1000 contacts, and I would like to show a loader before the list is...

I have collapsable animated header, I'm getting overlap on collapse (on content size change). How can I fix this problem? 1. Dev OS (Mac) 2. Target OS (Both) 3. Simulator...

20} renderHeader={renderHeader} renderSection={renderSection} heightForIndexPath={() => 40} renderIndexPath={renderItem} onLoading={onLoadMore} loadingFooter={LoadingFooter} /> here is my code. I desire to skip drag and perform loadmore immediately. Please help

往上滑动,离开屏幕范围; 往下滑动,离开屏幕范围; Group中如何依据offsetY的值来判别?

Hello guys I'm facing an issue, what happens is that I have a data structure in which contains several nested lists within lists so I'm using a recursive-like way for...

iOS has sticky Section Headers by default, but Android does not, and no setting properties were found