mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
90192377f5
commit
b5a40fb4f4
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user