hungk53c / react-native-largelist

The best large list component for React Native.

Home Page:https://bolan9999.github.io/react-native-largelist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-largelist

React-native-largelist is a very high performance large list component for React-Native. (iOS & Android) Now V3 is available. V1 is here

Features

  • Large data source list component, items reused by group, Less CPU/Memory usage.
  • Fully Cross-platform bounces (iOS & Android).
  • Highly customize Refreshing and Loading. Fully support react-native-lottie. More smoothly animation.
  • Header and Footer support.
  • ScrollToIndex support.
  • Sticky Section support.
  • Never blanks.

Preview

Preview Preview

Documentation

API reference and more: Documentation Reference

Running Examples

  1. Git clone from github
git clone git@github.com:bolan9999/react-native-largelist.git
  1. Install dependence and start.
yarn install
yarn start
  1. Modify iOS bundle source location in AppDelegate.m

  2. Change Android bundle source location in "Dev Setting"

  3. If you build it in XCode and get this error:

'React/RCTBridgeModule.h' file not found

      you can resolve it by this topic

  1. Running

License

react-native-largelist is released under the MIT license. See LICENSE for details.

About

The best large list component for React Native.

https://bolan9999.github.io/react-native-largelist/

License:MIT License


Languages

Language:JavaScript 72.0%Language:Objective-C 16.2%Language:Python 5.9%Language:Java 5.8%