Need help with Flat List

Hi, I am building a page using FlatList. Here is a scenario. When I navigate from other pages to the Flat List page. The Flat List won’t render until I scroll. Have trouble finding the problem. If anyone knows how to solve issue like this please give me some advice. Thanks would really appreciate any help.

Have you tried setting the removeClippedSubviews prop on the FlatList as false like so: removeClippedSubviews={false}

More info here: https://github.com/facebook/react-native/issues/13316

2 Likes

I just tried it. It worked. Thanks!