mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-07 22:40:55 +08:00
Summary: Nodes historically had two image implementations - DrawImageWithDrawee and DrawImageWithPipeline. The drawee implementation was the default (per request of the Fresco team). At this point, there is no point of having two (especially since updates to one need to be made to the other), so this patch removes pipeline. Reviewed By: sriramramani Differential Revision: D3755523