mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
66d3f3c616
Summary: At the moment the `ListView.js` `_childFrames` variable is only updated on scroll. As a consequence, `onChangeVisibleRows` won't get triggered for the initial render, nor any future render not trigered by scroll events. To fix this we need to make sure native and JS have the child frames in sync.