mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
676676c954
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38864 ## Changelog: [iOS][Breaking] - Deleting RCTFabricSurfaceHostingProxyRootView We currently have 3 different container view classes in new architecture: `RCTFabricSurfaceHostingProxyRootView`, `RCTSurfaceHostingProxyRootView`, and `RCTSurfaceHostingView`. it's a little complicated for the current use case, so there's an opportunity to simplify. in this PR, i get rid of `RCTFabricSurfaceHostingProxyRootView` by relying on the composable behavior of surface and host views instead of existing internal reflection logic that depends on inheritance. these are cleaned up in D48140101 and D48140317. i checked GH search and no one is really using this in a fundamental way. bypass-github-export-checks Reviewed By: cipolleschi Differential Revision: D48139820 fbshipit-source-id: 068b994a8b068a4107397f1862356b8fa1da961f