Remove useOverflowInset flag as we rolled out 100% to public for over three months

Summary:
Remove overflow inset optimization flags as they've been rolled out 100% to public.

Changelog:
[Android][Internal] - Clean up feature flags for overflowInset

Reviewed By: nlutsenko

Differential Revision: D36990986

fbshipit-source-id: 77da78a2927034893f25937c2ccbd0b53e08031d
This commit is contained in:
Xin Chen
2022-06-09 12:30:14 -07:00
committed by Facebook GitHub Bot
parent d592bdcbd3
commit df80ed40c7
4 changed files with 4 additions and 13 deletions
@@ -83,9 +83,6 @@ public class ReactFeatureFlags {
/** Enables or disables MapBuffer Serialization */
public static boolean mapBufferSerializationEnabled = false;
/** Feature Flag to use overflowInset values provided by Yoga */
public static boolean useOverflowInset = false;
public static boolean enableLockFreeEventDispatcher = false;
public static boolean enableAggressiveEventEmitterCleanup = false;