Remove react_native_new_architecture.enable_runtimescheduler_in_turbomodule_android flag

Summary:
changelog: [internal]

Turbomodules with RuntimeScheduler on Android are shipped. Let's remove the flag.

jest_e2e[run_all_tests]

Reviewed By: RSNara

Differential Revision: D38456492

fbshipit-source-id: 3dd77c4dc644f1f84b5b74f346fefd701d4cb515
This commit is contained in:
Samuel Susla
2022-08-05 08:57:42 -07:00
committed by Facebook GitHub Bot
parent 051a67784f
commit 4899f8c5e6
4 changed files with 9 additions and 30 deletions
@@ -72,8 +72,6 @@ public class ReactFeatureFlags {
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;