React Native Largelist Versions Save

The best large list component for React Native.

3.0.14

5 years ago

修复:

  1. Item支持拒绝重用:为每个Item指定一个唯一的key就行了
  2. 空视图默认将屏幕占满。

3.0.11

5 years ago

新功能:

  1. 支持renderEmpty 修复:
  2. 修正在react-native0.59兼容性,防止在API 28的安卓上崩溃
  3. Examples样式修改
  4. 修正onSizeChange回调问题
  5. 文档完善
  6. 修正inverted时,安卓API 28以上设备滑动回弹方向错误的问题。

3.0.10

5 years ago

修正:

initialContentOffset的一些bug onTouchBegin在安卓上一次手势触发两次

新功能:

支持TypeScript。

1.2.7

6 years ago

fix keyboardShouldPersistTaps

1.2.6

6 years ago

Add props "keyboardShouldPersistTaps"

1.2.5

6 years ago

Fix section error when reloadData

1.2.4

6 years ago

Fix default numberOfCellPoolSize error when empty.

1.2.3

6 years ago
  • Fix typescript type define.

1.2.2

6 years ago
  • Fix bug on onLargeListDidUpdate
  • Support TypeScript

1.1.0

6 years ago
  • Add loading more
  • Fix bug when reload data
  • Fix bug on "scrollTo" when animated == false
  • Change "visiableIndexPaths" to "visibleIndexPaths", "visiableIndexPaths" will not support after 2.0.0
  • Change the type of "numberOfSections" from number to function, number will not support after 2.0.0