Ship enableNestedTextOnPressEventFix

Summary:
Ship the NestedTextOnPressEventFix feature flag

changelog: [internal] internal

Reviewed By: javache

Differential Revision: D34554304

fbshipit-source-id: 3350c56d0cc4f2593645bcb6650034be336bd902
This commit is contained in:
David Vacca
2022-03-01 12:07:36 -08:00
committed by Facebook GitHub Bot
parent ff568b0b1f
commit 34d3373bb0
2 changed files with 1 additions and 5 deletions
@@ -98,7 +98,4 @@ public class ReactFeatureFlags {
public static boolean enableAggressiveEventEmitterCleanup = false;
public static boolean insertZReorderBarriersOnViewGroupChildren = true;
/** TODO: T103427072 Delete ReactFeatureFlags.enableNestedTextOnPressEventFix */
public static boolean enableNestedTextOnPressEventFix = true;
}