mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Move RuntimeScheduler initialisation to the start of the runtime
Summary: Changelog: [internal] Reland of D29131766 (https://github.com/facebook/react-native/commit/18165367b0347fc46cd52a6ac00afcf62d05cb30) which had to reverted because it caused binary size regression in instagram. Size check for `automation_instagram_stablesize_release` and `automation_igtv_release` {F626711916} Reviewed By: JoshuaGross Differential Revision: D29263302 fbshipit-source-id: cc8f5609ebaed9ddf666f7c57cdbf3dbf77a8f78
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ad0ccac0d6
commit
130b0f69ee
@@ -44,6 +44,8 @@ public class ReactFeatureFlags {
|
||||
/** Enables Static ViewConfig in RN Android native code. */
|
||||
public static boolean enableExperimentalStaticViewConfigs = false;
|
||||
|
||||
public static boolean enableRuntimeScheduler = false;
|
||||
|
||||
/** Enables a more aggressive cleanup during destruction of ReactContext */
|
||||
public static boolean enableReactContextCleanupFix = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user