diff --git a/Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js b/Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js index 05f629e01a1d1e..9ba0b235f2e38c 100644 --- a/Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js +++ b/Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js @@ -31,6 +31,7 @@ const AndroidHorizontalScrollViewNativeComponent: HostComponent = NativeC scrollPerfTag: true, sendMomentumEvents: true, showsHorizontalScrollIndicator: true, + snapToAlignment: true, snapToEnd: true, snapToInterval: true, snapToStart: true,