React Native Big List Versions Save

This is a high performance list view for React Native with support for complex layouts using a similar FlatList usage to make easy the replacement. This list implementation for big list rendering on React Native works with a recycler focused on performance and memory usage and so it permits processing thousands items on the list.

v1.6.1

1 year ago

Bug Fixes

  • Stabilize the unstable empty component (Thanks to @HyopeR )

v1.6.0

1 year ago

Features

  • add support for native animation on scroll (Thanks @larsmunkholm)

Bug Fixes

  • rename animatedOffsetValues to nativeOffsetValues in index.d.ts (Thanks @larsmunkholm)

v1.5.5

1 year ago

Bug fixes

  • Add type declarations for the methods #263 (Thanks to @larsmunkholm)

v1.5.3

2 years ago

Bug Fixes

  • onViewableItemsChanged function issues, closes #120 (Thanks to @labtorie)

v1.5.0

2 years ago

Features

  • Add custom scroll view component (Thanks to @doomsower )

v1.4.0

2 years ago

v1.3.16

2 years ago

Bug Fixes

  • Fixed empty item before render header

v1.3.15

2 years ago

Bug Fixes

  • Fixed onMomentumEnd event trigger #21

v1.3.14

2 years ago

Bug Fixes

  • Scrolling methods fix (Thanks to @sabymike )

v1.3.13

2 years ago

Bug Fixes

  • Add keyExtractor to keep view states