microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.01k stars 1.13k forks source link

Implement onScrollEndDrag property for ScrollView for fabric #13143

Open jonthysell opened 3 weeks ago

jonthysell commented 3 weeks ago

Implement the onScrollEndDrag property for the fabric implementation of ScrollView.

Note: A commented out version of this already exists in our new fabric code and may possibly just need to be re-applied.

This property was available in RNW Paper via ScrollViewManager.

See https://reactnative.dev/docs/scrollview#onscrollenddrag for details.