# rntpc_react-native-largelist **Repository Path**: openharmony-sig/rntpc_react-native-largelist ## Basic Information - **Project Name**: rntpc_react-native-largelist - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/openharmony-sig/rntpc_react-native-largelist - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-14 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [rntpc_react-native-largelist](https://gitcode.com/openharmony-sig/rntpc_react-native-largelist)。| ⚠️ This repository has been archived. For the new address, please visit [rntpc_react-native-largelist](https://gitcode.com/openharmony-sig/rntpc_react-native-largelist).** > --- > # 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.