Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.07 KB

react-native-largelist

React-native-largelist is a high performance large list component for React-Native. (iOS & Android) Now V2 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).
  • Customize Refreshing and Loading.
  • Header and Footer support.
  • ScrollToIndex support.
  • Sticky Section support.
  • Less blanks.

Preview

Preview Preview

Documentation

Here is the Documentation

Running Examples

  1. Git clone from github
git clone [email protected]: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. Running

License

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