Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolan9999/react-native-largelist
The best large list component for React Native.
https://github.com/bolan9999/react-native-largelist
flatlist high-performance-list largelist react-native tableview
Last synced: 7 days ago
JSON representation
The best large list component for React Native.
- Host: GitHub
- URL: https://github.com/bolan9999/react-native-largelist
- Owner: bolan9999
- License: mit
- Created: 2017-11-02T14:03:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T15:01:28.000Z (over 2 years ago)
- Last Synced: 2024-11-22T03:34:42.341Z (20 days ago)
- Topics: flatlist, high-performance-list, largelist, react-native, tableview
- Language: JavaScript
- Homepage: https://bolan9999.github.io/react-native-largelist/
- Size: 35.9 MB
- Stars: 2,324
- Watchers: 44
- Forks: 261
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - react-native-largelist ★1054 - The best performance large list component for React Native (iOS & Android) (Components / UI)
- awesome-react-native - react-native-largelist ★1054 - The best performance large list component for React Native (iOS & Android) (Components / UI)
- awesome-reactnative-ui - react-native-largelist - native-largelist/master/./docs/res/LottieRefreshing.gif)| (Others)
- awesome-react-native - react-native-largelist ★1054 - The best performance large list component for React Native (iOS & Android) (Components / UI)
- awesome-reactnative-ui - react-native-largelist - native-largelist/master/./docs/res/LottieRefreshing.gif)| (Others)
- awesome-react-native - react-native-largelist ★956 - The best performance large list component for React Native.(iOS & Android) View the video of react-native-largelist performance on [youku](http://v.youku.com/v_show/id_XMzI0ODc4ODkyOA==.html) (Components / UI)
- awesome-react-cn - react-native-largelist - The best large list component for React Native (Uncategorized / Uncategorized)
- awesome-react - react-native-largelist - The best large list component for React Native. ` 📝 2 years ago` (React Native [🔝](#readme))
- awesome-learning-resources - react-native-largelist - The best large list component for React Native (Uncategorized / Uncategorized)
README
# react-native-largelist
**React-native-largelist** is a very high performance large list component for React-Native. (iOS & Android)
## Features* Large data source list component, items reused by group, Less CPU/Memory usage. Never blanks.
* Fully Cross-platform bounces (iOS & Android).
* Highly customize Refreshing and Loading. Fully support `react-native-lottie`. More smoothly animation.
* Big media optimization. (New)
* Nested support. (New)
* Paging enabled. (New)## Preview
![Preview](./docs/res/LottieRefreshing.gif)
![Preview](./docs/res/LottieLoading.gif)
![WaterfallExample](./docs/res/WaterfallExample.gif)
![PictureExample](./docs/res/PictureExample.gif)## Installation
```
yarn add react-native-spring-scrollview react-native-largelist```
RN 0.50-59 without pod
```
react-native link react-native-spring-scrollview
```RN 0.60+ with pod
```
npx pod-install
```## Documentation
API reference and more: [Documentation Reference](https://bolan9999.github.io/react-native-largelist/)
## License
react-native-largelist is released under the MIT license. View LICENSE for details.