mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e22a27fb9b
Summary: There was already a ImageViewNativeComponent used on Android, so I changed `Image.ios.js` to use it as well, and then switched that component to use `codegenNativeComponent` instead of `requireNativeComponent` so that it gets the view config from JS instead of the UIManager. I'm gating this change behind `RN$Bridgeless` so this only affects bridgeless mode. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D18575533 fbshipit-source-id: aa71beb6be65dbb48ad2e1ca748f2cccd72a0e73