mirror of
https://github.com/status-im/react-native.git
synced 2025-02-12 09:26:37 +00:00
Summary: View the comment thread for discussion: https://www.facebook.com/groups/1505872839725322/permalink/1630102823968989 Our current behaviour of add then immediately remove if a view is clipped pretty much guarantees that we kill network requests for images in feed. We have a better fix for that in the pipeline, but this is a low risk fix in the meantime. Reviewed By: ahmedre Differential Revision: D3597785