mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-22 19:39:40 +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