-
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.
feat: deprecate passing separate new arch flags to RCTRootViewFactory (…
…#46652) Summary: This PR follows up with the deprecation introduced here: #46228 The idea is to have new architecture depend on one flag, namely `newArchEnabled`. It exposes additional initializers for RCTRootViewFactory. ## Changelog: [IOS] [CHANGED] - Use `newArchEnabled` flag in RCTAppDelegate and RCTRootViewFactory Pull Request resolved: #46652 Test Plan: CI Green Reviewed By: javache Differential Revision: D64173015 Pulled By: cipolleschi fbshipit-source-id: 49474baf5415a2527e481a5d68ec94ae874185e6
- Loading branch information
1 parent
865f302
commit 7e1674f
Showing
2 changed files
with
21 additions
and
1 deletion.
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