Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant queue switch from RCTLocalAssetImageLoader
Summary: Switching queues in `RCTLocalAssetImageLoader` is unnecessary. We dispatch to main queue before assigning the image to `UIImageView`. Changelog: Remove redundant queue switch from RCTLocalAssetImageLoader Reviewed By: PeteTheHeat Differential Revision: D20347223 fbshipit-source-id: ff6215838f0462356d4a516e6ec31c82a742881a
- Loading branch information