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/45530 Enable viewconfig validation for RNTester to catch where static and native viewconfigs are mismatched, during development or contribution time. This relies on `useNativeViewConfigsInBridgelessMode()` which is already enabled in `DefaultNewArchitectureEntryPoint` on Android, and seems to be in iOS AppDelegate `RCTRootViewFactory` as well. We put it in an early place in the bundle before first render, since we don't have RNTester preludes right now, but I think it is still early enough? Changelog: [Internal] Reviewed By: javache Differential Revision: D59946366 fbshipit-source-id: ae0c23b13a566489a88a7b4e408f61dce314b003