Skip to content

Releases: microsoft/react-native-windows

React Native Windows 0.82.0-preview.7

25 Jan 13:59

Choose a tag to compare

Pre-release

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.82.0-preview.1.

New changes

React Native Windows 0.82.0-preview.6

25 Jan 08:57

Choose a tag to compare

Pre-release

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.82.0-preview.1.

New changes

React Native Windows 0.82.0-preview.5

24 Jan 16:44

Choose a tag to compare

Pre-release

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.82.0-preview.1.

New changes

React Native Windows 0.82.0-preview.4

22 Jan 10:17

Choose a tag to compare

Pre-release

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.82.0-preview.1.

New changes

  • not avai Bump @react-native-windows/cli to v0.82.0-preview.3 (beachball)

React Native Windows 0.82.0-preview.3

21 Jan 14:43

Choose a tag to compare

Pre-release

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.82.0-preview.1.

New changes

React Native Windows 0.82.0-preview.2

20 Jan 18:43

Choose a tag to compare

Pre-release

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.82.0-preview.1.

New changes

  • 4bb47d0 implements selectionColor ([email protected])
  • 8b6a19d forking GenerateModuleCpp ([email protected])
  • 8fc409b update package.json to RN 0.82.0-rc-0 and removed SDL check for 4996 deprecation warning ([email protected])
  • not avai Bump @react-native-windows/cli to v0.82.0-preview.2 (beachball)
  • not avai Bump @react-native-windows/codegen to v0.82.0-preview.2 (beachball)

React Native Windows 0.81.2

14 Jan 06:05

Choose a tag to compare

This is patch release of react-native-windows, fixing bugs or adding non-breaking enhancements. To see a summary of changes in this major release, see release notes for React Native Windows 0.81.0.

New changes

React Native Windows 0.82.0-preview.1

19 Jan 08:38

Choose a tag to compare

Pre-release

RNW Release Notes 0.82.0

We're excited to release React Native Windows 0.82.0 targeting React Native 0.82.0!

This release includes the commits to React Native Windows from 8/2/2025 - 01/15/2026.

How to upgrade?

You can view the changes made to the default new React Native Windows applications for C++ and C# using React Native Upgrade Helper. See this document for more details.

Starting with React Native Windows 0.82, the legacy Paper architecture has been completely removed. All apps now run exclusively on the New Architecture (Fabric). If you haven't already migrated your app to Fabric, you must do so before upgrading to 0.82. See the New Architecture migration guide for details

New Architecture-specific changes

Breaking Changes

New Features

Reliability

Other

React Native Windows 0.81.1

07 Jan 17:43

Choose a tag to compare

This is patch release of react-native-windows, fixing bugs or adding non-breaking enhancements. To see a summary of changes in this major release, see release notes for React Native Windows 0.81.0.

New changes

React Native Windows 0.81.0

23 Dec 17:53

Choose a tag to compare

0.81.0 Release Notes

We're excited to release React Native Windows 0.81.0 targeting React Native 0.81.0!

This release includes the commits to React Native Windows from 8/1/2025 - 11/05/2025.


How to Upgrade

You can view the changes made to the default new React Native Windows applications for C++ and C# using React Native Upgrade Helper. See this document for more details.

Enabled Modern Hermes Debugger for RNW

image

capabilities reference: React Native DevTools · React Native

Minimum Node.js bumped to 22

React Native for Windows v0.81 requires Node.js version 22.14.0 (the latest Maintenance LTS version at the time of writing) or higher. You may need to upgrade Node.js in your development or CI environment when you upgrade to React Native Windows 0.81.

Metro Config update

Deep imports from src were removed in Metro 0.83. As a result, exclusionList has been removed from metro.config starting with RNW v0.81 (RNW v0.81 includes Metro 0.83 updates). To address this, upgrade your app to RNW v0.81 by following the steps here.


Reliability


New Architecture-specific Changes


Accessibility


Other

  • Add Symbol Publishing for MSRC Compliance [Add Symbol Publishing for MSRC Compliance (Work Item 5926483...
Read more