ReleaseMicrosoftMicrosoftpublished Nov 25, 2025seen Jun 26

microsoft/react-native-windows react-native-windows_v0.81.0-preview.4

microsoft/react-native-windows

Open original ↗

Captured source

source ↗

React Native Windows 0.81.0-preview.4

Repository: microsoft/react-native-windows

Tag: react-native-windows_v0.81.0-preview.4

Published: 2025-11-25T18:21:16Z

Prerelease: yes

Release notes: This is a preview of the next version of react-native-windows. To see a summary of changes in this major release, see release notes for React Native Windows 0.81.0-preview.1.

New changes

  • 61c81740 Implement textAlign justify and writingDirection support (ltr/rtl/auto) for Fabric TextInput (nitchaudhary@microsoft.com)
  • 61c81740 Implement context menu support for Fabric TextInput with Cut, Copy, Paste, and Select All options (nitchaudhary@microsoft.com)
  • 61c81740 Implement snap point parity for Fabric ScrollView: pagingEnabled (viewport-sized intervals), snapToInterval (custom interval snapping), and snapToAlignment (start/center/end alignment) matching iOS/Android/Paper behavior with priority hierarchy snapToOffsets > snapToInterval > pagingEnabled (nitinkum@microsoft.com)