React Native Largelist screenshot

React Native Largelist

Author Avatar Theme by Bolan9999
Updated: 4 Dec 2021
2354 Stars

The best large list component for React Native.

Categories

Overview:

React-native-largelist is a high-performance large list component designed for React-Native on both iOS and Android platforms. It is optimized to handle large data sources efficiently while ensuring a seamless user experience with minimal CPU and memory usage.

Features:

  • Large data source list component: Items are reused by group, reducing CPU/memory usage and eliminating blank spaces.
  • Fully Cross-platform bounces: Supports bounce functionality on both iOS and Android platforms.
  • Customizable Refreshing and Loading: Users can easily customize the refreshing and loading animations with support for react-native-lottie.
  • Big media optimization: Optimized for handling large media files efficiently.
  • Nested support: Includes support for nesting components.
  • Paging enabled: Supports paging for improved navigation through the list.

Installation:

For RN 0.50-59 without pod:

npm install react-native-largelist --save
react-native link react-native-largelist

For RN 0.60+ with pod:

npm install react-native-largelist --save
cd ios && pod install

Summary:

React-native-largelist provides developers with a powerful solution for efficiently managing large lists in their React-Native applications. With features like optimized data handling, customizable animations, and cross-platform support, it offers a comprehensive toolset for building high-performance list components.