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