Results 6 comments of Paul Xu

Thank you for the reply @pfugate! I reverted both changes.

Solution is to add `removeClippedSubviews={false}` to the `ListView/>` component rendered. https://stackoverflow.com/questions/44022857/listview-not-displayed-unless-i-scroll-on-it

Hi there! šŸ‘‹ Unfortunately not. There are no plans to continue this project or maintain it. If you need any help with running it, I’d be glad to help!

Hi! No sorry, I unfortunately do not. If you wanted to do that and run into any issues, I'd be glad to help :)

Hi @Zayn484 šŸ‘‹ Can you post the full error log? I'm not actively working on this project anymore but can help you get it running locally!

I've got this to work with some success: ``` requestAnimationFrame(() => { const listView = listViewRef.current; if (listView) { listView.scrollToIndex(measuredHeights.length, false); // Meh setTimeout(() => { const renderer = (listView...