yarn recyclerlistview 3.0.5
Version 3.0.5

latest releases: 4.2.0, 4.1.4, 4.1.3...
3 years ago

New Features:

  • Server Side Rendering support. layoutSize prop introduced that can be passed on the server. This value will be used for first render and frame skip that happens on normal client rendering to measure size is avoided.
  • onItemLayout callback added. Can report when an item layout changes. First call can also be used as a proxy to determine when atleast one item has been rendered on screen. The callback doesn't report the layout however, it can be queried from RLV ref.
  • alwaysStickyFooter prop available to make the last sticky footer item remain at the end of the screen.

Bug Fixes:

  • OffsetY compute fix for first sticky render
  • Fixed incorrect reference to this.props instead of newProps while updating onVisibleIndicesChanged callback

Don't miss a new recyclerlistview release

NewReleases is sending notifications on new releases.