React-native-largelist is a very high performance large list component for React-Native. (iOS & Android) Now V3 is available. V1 is here
- 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.
yarn add react-native-spring-scrollview react-native-largelist-v3
react-native link react-native-spring-scrollview
API reference and more: Documentation Reference
- Git clone from github
git clone [email protected]:bolan9999/react-native-largelist.git
- Install dependence and start.
yarn install
yarn start
-
Modify iOS bundle source location in
AppDelegate.m
-
Change Android bundle source location in "Dev Setting"
-
If you build it in XCode and get this error:
'React/RCTBridgeModule.h' file not found
you can resolve it by this topic
- Running
All the features below are supported on both iOS and Android.
react-native-largelist is released under the MIT license. See LICENSE for details.