react-native-flexible-grid
react-native-flexible-grid copied to clipboard
Performance Issue on Android 15 with ResponsiveGrid and Remote Data
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! 🙂