mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove MC for runtime scheduler
Summary: Remove redundant feature flag. Changelog: [internal] Reviewed By: javache Differential Revision: D39382607 fbshipit-source-id: fb0292258e6722160a6a1104aa1c8e35a4281a15
This commit is contained in:
committed by
Facebook GitHub Bot
parent
56c28f3740
commit
9929eadcb4
@@ -70,8 +70,6 @@ public class ReactFeatureFlags {
|
||||
/** This feature flag enables logs for Fabric */
|
||||
public static boolean enableFabricLogs = false;
|
||||
|
||||
public static boolean enableRuntimeScheduler = false;
|
||||
|
||||
/** Feature flag to configure eager attachment of the root view/initialisation of the JS code */
|
||||
public static boolean enableEagerRootViewAttachment = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user