Draggable FlatList For React Native
A React component to render a draggable flatlist component in your next mobile app.
A React component to render a draggable flatlist component in your next mobile app.
A React Native FlatList with a lightweight animation which fade and shrink the head item of list when scrolling. Install & Import: # NPM $ npm i react-native-vega-scroll-list –save Basic Usage: <VegaScrollList distanceBetweenItem={10} data={data} keyExtractor={this.keyExtractor} renderItem={this.renderItem} </VegaScrollList> Preview:
A UI component for React Native that allows to create a listview with N levels of nesting.
react-native-largelist is a high-performance list component for React Native that supports both iOS and Android.
A browser efficient infinite list for React apps that allows loading of items with differing heights and sizes.
This is a high performance listview for React Native and Web with support for complex layouts. JS only with no native dependencies.
A tiny but mighty list virtualization library, with zero dependencies.
The react-redux-composable-list offers you a solution to display a list of complex items.
A reversed React Native FlatList, useful for creating performant bottom-anchored lists for chats and whatnot.
A React Native ListView completely written in js, support refresh control and infinite scrolling.
A React Native ListView providing pull-to-refresh, auto-pagination, infinite-scrolling and grid-view layout.
A swipe-able ListView component modeled after the list view in the iOS Mail app.