mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove redundant Android runtime scheduler mobile config flags
Summary: changelog: [internal] Remove features flags for enabling RuntimeScheduler and RuntimeScheduler+TM to simplify setup. Reviewed By: mdvacca Differential Revision: D37912783 fbshipit-source-id: 1a24720dec3cf06067bf523d72f0919731a91b72
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8a33b75f55
commit
2b57b749fb
@@ -70,10 +70,6 @@ public class ReactFeatureFlags {
|
||||
/** This feature flag enables logs for Fabric */
|
||||
public static boolean enableFabricLogs = false;
|
||||
|
||||
public static boolean enableRuntimeScheduler = false;
|
||||
|
||||
public static boolean enableRuntimeSchedulerInTurboModule = 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