Deprecated
- Web support via extra webpack plugin RLV_ENV is no longer supported/needed. Import from
recyclerlistview/web
instead. To preserve import path you may use aliases.
Bug fix
- Fixed incorrect
onVisibleIndexesChanged
trigger on first mount. - Fixed issue where items wouldn't resize on orientation change.
New features
externalScrollView
prop added allowing you to supply your own scroll providers if needed. CheckScrollComponent.ts
for contracts.- Fully typed with TypeScript so, better intellisense in all IDEs.