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/51073 Currently the SampleLegacyModule screen is not loading in OldArch for RNTester. That's because we gate adding a `SampleLegacyModule` to the BaseReactPackage only if NewArch is enabled. This shouldn't be the case as we can still build RNTester in oldarch and we should be able to visualize the SampleLegacyModule example. Changelog: [Internal] [Changed] - Reviewed By: mdvacca Differential Revision: D74009245 fbshipit-source-id: 55eae3dc6063343f57261af2742e643a8e5c2b50