mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
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