react-native-windows
react-native-windows copied to clipboard
Implement snapToOffsets property for ScrollView for fabric
Implement the snapToOffsets property for the fabric implementation of ScrollView.
This property was available in RNW Paper via ScrollViewManager.
See https://reactnative.dev/docs/scrollview#snaptooffsets for details.
Refer https://github.com/facebook/react-native/blob/618279508159191f2b11c0b20446f91e82a27abf/packages/react-native/React/Views/ScrollView/RCTScrollView.m#L728C1-L865C1