mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45421 RNTester contains Android resources that are loaded by name and not resolved by Metro. As a result, these assets are not automatically linked when RNTester JS code is embedded in other projects. This is considered "legacy" loading and is generally discouraged, but is still showcased as an alernative way of loading resources. I also modified the Image test to ensure that flag status is printed so it's obvious why the vector drawable hasn't loaded. Changelog: [Internal] Reviewed By: javache Differential Revision: D59585555 fbshipit-source-id: d42fb44d8846d8e7c7aa01dca4cec89ae85a9195