-
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.
Improve NewArchitectureValidation for AbsoluteBridgeless
Summary: Changelog: [Internal] - Make the new architecture validation easier to understand by enabling validation with `RCTNewArchitectureSetMinValidationLevel(level)`. - When `RCT_ONLY_NEW_ARCHITECTURE` flag is enabled: - `RCTErrorNewArchitectureValidation` calls `RCTLogAssert` instead of `RCTLogError`. - `RCTNewArchitectureValidationPlaceholder` calls `RCTLog`, instead of no-op. Reviewed By: fkgozali Differential Revision: D37555667 fbshipit-source-id: 2c725c287a2dec19e8946c7fe5d8fa111e4a17fa
- Loading branch information
1 parent
daea147
commit 64cfc44
Showing
2 changed files
with
53 additions
and
34 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