mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
189c2c8958
Summary: ## Problem Previously the RN Image render the cached images asynchronously (line 555 and 594 prior to the change), which caused the images to render at least a frame later than the adjacent components. ## Change In this change, we call partialLoadHandler with the cached image synchronously on the main thread. Changelog: [iOS][Changed] - Synchronously render cached images Reviewed By: p-sun Differential Revision: D34487673 fbshipit-source-id: 0600c2fa5f7a1eca71b8582bbe968694cf211468