mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user