microsoft / react-native-windows

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

Implement keyboardDismissMode property for ScrollView for fabric #13137

Open jonthysell opened 2 weeks ago

jonthysell commented 2 weeks ago

Implement the keyboardDismissMode property for the fabric implementation of ScrollView.

This property was available in RNW Paper via ScrollViewManager.

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