Remove flag enable_blocking_queues_for_animated

Summary:
changelog: [internal]

jest_e2e[run_all_tests]

Reviewed By: mdvacca

Differential Revision: D40340959

fbshipit-source-id: dc1250de7cd6107eab18b3705ec2d5b5a46fa9ad
This commit is contained in:
Samuel Susla
2022-10-17 05:57:32 -07:00
committed by Facebook GitHub Bot
parent 90192377f5
commit b5a40fb4f4
2 changed files with 2 additions and 27 deletions
@@ -73,9 +73,6 @@ public class ReactFeatureFlags {
/** Feature flag to configure eager attachment of the root view/initialisation of the JS code */
public static boolean enableEagerRootViewAttachment = false;
/** Feature flag to configure synchronized queue access for Animated module */
public static boolean enableSynchronizationForAnimated = false;
/** Enables or disables MapBuffer Serialization */
public static boolean mapBufferSerializationEnabled = false;