Remove old touch processing for Fabric

Summary:
With the updates to touch processing rolled out, we can remove the feature flag and clean up the old code. The old path is now used exclusively by legacy renderer and Fabric uses new `EventEmitter#receiveTouches` method to process touches.

Changelog:
[Changed][Android] - Update touch processing internals

Reviewed By: mdvacca

Differential Revision: D32953664

fbshipit-source-id: 517a4ce6ce9bc15528c2db94d7d11bdff8b78743
This commit is contained in:
Andrei Shikov
2021-12-14 10:45:10 -08:00
committed by Facebook GitHub Bot
parent 0088c22b3d
commit 3b6d8af290
9 changed files with 56 additions and 220 deletions
@@ -105,10 +105,6 @@ public class ReactFeatureFlags {
public static boolean enableScrollViewSnapToAlignmentProp = true;
public static boolean useDispatchUniqueForCoalescableEvents = false;
public static boolean useUpdatedTouchPreprocessing = false;
/** TODO: T103427072 Delete ReactFeatureFlags.enableNestedTextOnPressEventFix */
public static boolean enableNestedTextOnPressEventFix = true;