Create FeatureFlag to control ScrollView.snapToAlignment prop

Summary:
This diff creates a FeatureFlag to control ScrollView.snapToAlignment prop

changelog: [internal] internal

Reviewed By: motiz88

Differential Revision: D31308301

fbshipit-source-id: 41b41e4e7d2a6c29c405151b2379e15df6eafc8f
This commit is contained in:
David Vacca
2021-09-30 10:17:07 -07:00
committed by Facebook GitHub Bot
parent 80e24834ba
commit 3cffe352b5
@@ -99,4 +99,6 @@ public class ReactFeatureFlags {
public static boolean enableAggressiveEventEmitterCleanup = false;
public static boolean insertZReorderBarriersOnViewGroupChildren = true;
public static boolean enableScrollViewSnapToAlignmentProp = true;
}