Ship ReactFeatureFlags.enableScrollViewSnapToAlignmentProp

Summary:
This diff ships ReactFeatureFlags.enableScrollViewSnapToAlignmentProp, QE showed neutral metrics in fb4a

changelog: [internal] internal

Reviewed By: philIip

Differential Revision: D33781627

fbshipit-source-id: d4e52d8bdf1acb4904e92f13b7d721582d140ba3
This commit is contained in:
David Vacca
2022-01-27 17:03:26 -08:00
committed by Facebook GitHub Bot
parent 11b7443afb
commit 34dcbfb8d9
3 changed files with 4 additions and 12 deletions
@@ -102,8 +102,6 @@ public class ReactFeatureFlags {
public static boolean insertZReorderBarriersOnViewGroupChildren = true;
public static boolean enableScrollViewSnapToAlignmentProp = true;
/** TODO: T103427072 Delete ReactFeatureFlags.enableNestedTextOnPressEventFix */
public static boolean enableNestedTextOnPressEventFix = true;