mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7075744b94
Summary: Alternative implementation of DrawImage using DraweeHierarchy instead of ImagePipeline directly. Yields same results, but potentially more stable. We'll run tests to measure performance of both. Reviewed By: ahmedre Differential Revision: D2746197