mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ab45509d75
Summary: In the full bridgeless, the following aren't allowed: * using legacy view manager interop layer (won't support long term, but still needed today, so just warn) * initializing any subclass of RCTViewManager (won't support long term, but still used by legacy interop layer) * initializing RCTUIManager (fabric UIManager should be the only one used) Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D28111530 fbshipit-source-id: 4f5eab600c6c7896d51861545b7f878c25248e44