Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information