mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Delete enableFabricInLogBox flag
Summary: This diff deletes the ReactFeatureFlag enableFabricInLogBox, from now on Logbox will be rendered in Fabric when Fabric is enabled changelog: [internal] internal Reviewed By: genkikondo Differential Revision: D33781626 fbshipit-source-id: 3187a22fec80125afd27860995637564640dab8d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ea90a76efe
commit
9abcea7e11
@@ -99,9 +99,6 @@ public class ReactFeatureFlags {
|
||||
return useOverflowInset;
|
||||
}
|
||||
|
||||
/** Enables Fabric for LogBox */
|
||||
public static boolean enableFabricInLogBox = false;
|
||||
|
||||
public static boolean enableLockFreeEventDispatcher = false;
|
||||
|
||||
public static boolean enableAggressiveEventEmitterCleanup = false;
|
||||
|
||||
Reference in New Issue
Block a user