-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set InspectorFlags in RCTAppDelegate (#41976)
Summary: Progress towards an opt-in setup for our new CDP backend. - Wires up D51563107 to conditionally disable the legacy Hermes debugger via `ReactNativeConfig`. - **Configuration covered**: iOS, for the `RCTAppDelegate` code path. - Create C++-only overload of `RCTAppSetupPrepareApp`, deprecate the previous function. Changelog: [iOS][Deprecated] - Deprecate `RCTAppSetupPrepareApp`, replaced with C++ overload Reviewed By: motiz88 Differential Revision: D51589221
- Loading branch information
1 parent
21784e2
commit dd60aab
Showing
3 changed files
with
32 additions
and
2 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
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