FlatList lazy loading with Expo Web?

I’m running my Expo application for web in dev mode. It uses a FlatList, and it seems like there is no lazy rendering going on: The application just renders all of the items by default. This is less than ideal, as it would be desirable for my web version to support lazy rendering of data items. Is this feature simply not available for web application by default?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.