mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix InspectorFlags debug default, clean up legacy Buck opt in (#48504)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48504 Following D67857739, fixes accidental change where the removed `ReactNativeFeatureFlags` flag read was not replaced with `true`. This temporarily disabled Fusebox on `main`, where not configured via other build flags. {F1974195736} Changelog: [Internal] Reviewed By: robhogan Differential Revision: D67857739 fbshipit-source-id: 2a6fb2e6733035245e7ad959c7d3c650a9fde994
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b477cfa0ba
commit
eee2866508
@@ -51,8 +51,7 @@ const InspectorFlags::Values& InspectorFlags::loadFlagsAndAssertUnchanged()
|
||||
true,
|
||||
#elif defined(REACT_NATIVE_FORCE_DISABLE_FUSEBOX)
|
||||
false,
|
||||
#elif defined(HERMES_ENABLE_DEBUGGER) && \
|
||||
defined(REACT_NATIVE_ENABLE_FUSEBOX_DEBUG)
|
||||
#elif defined(HERMES_ENABLE_DEBUGGER)
|
||||
true,
|
||||
#elif defined(REACT_NATIVE_ENABLE_FUSEBOX_RELEASE)
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user