mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
760422525e
Summary: @public This patch adds basic support for RCTImageView (only 'src', 'tintColor' and 'resizeMode' properties are supported for now), and a concept of AttachDetachListener that is required to support it to FlatUIImplementations. Reviewed By: sriramramani Differential Revision: D2564389