Enabled blocking access for animated queues under feature flag

Summary:
Blocks on queue write/drain for Animated module under a feature flag to test whether it resolves race conditions.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D34752947

fbshipit-source-id: a1b1a286772d29a7a27b5e9c3f743cac84cc2bab
This commit is contained in:
Andrei Shikov
2022-03-10 04:30:37 -08:00
committed by Facebook GitHub Bot
parent 04acb1cbc8
commit b347c3949f
3 changed files with 31 additions and 2 deletions
@@ -71,6 +71,9 @@ 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;
private static boolean mapBufferSerializationEnabled = false;
/** Enables or disables MapBuffer Serialization */