mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d89e7475fb
Summary: DrawImageWithDrawee has caused NPEs when using Nodes in various cases in RNFeed. This patch explicitly throws a RuntimeException, so that we can debug as to whether this is coming from bad sources or a bad size for the image. Differential Revision: D3574998