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