mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8ac8439e0d
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/33671 With React 18, we now need to allow users on Fabric to opt-in for Concurrent Root. This commit adds a new method that can be customized in the AppDelegate to turn the feature on and off. The flag is passed as an initialProps to the rootView. ## Changelog: [iOS][Added] - Prepare a method in the AppDelegate to control the concurrentRoot. Reviewed By: cortinico, dmitryrykun Differential Revision: D35757833 fbshipit-source-id: 192cf74c796554cba39366aa90c53c191f960c20