-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare AppDelegate to enable Concurrent Root on iOS (#33671)
Summary: Pull Request resolved: #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
- Loading branch information
1 parent
323db75
commit 8ac8439
Showing
2 changed files
with
51 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters