react-native-flexible-grid icon indicating copy to clipboard operation
react-native-flexible-grid copied to clipboard

Performance Issue on Android 15 with ResponsiveGrid and Remote Data

Open maryaibtissem opened this issue 8 months ago • 0 comments

Hello,

When using ResponsiveGrid to render a list of items (30 items) with remote image URIs, scrolling becomes very laggy on Android 15. This lag does not occur when using local (mocked) images with require().

Fix / Workaround Adding the prop removeClippedSubviews={true} significantly improves performance and fixes the lag. Could you please add this prop to the component's props?

Environment Platform: Android 15

"expo": ~52.0.46

Thanks! 🙂

maryaibtissem avatar May 24 '25 13:05 maryaibtissem