Skip to content

Commit 692fe4d

Browse files
committed
using the same phrasing for "Legacy Architecture Sunsetted"
1 parent 43116e7 commit 692fe4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/blog/2025-10-08-react-native-0.82.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'React Native 0.82 - Legacy Architecture Sunsetting, React 19.1.1, Hermes V1, DOM Node APIs, and more'
2+
title: 'React Native 0.82 - Legacy Architecture Sunsetted, React 19.1.1, Hermes V1, DOM Node APIs, and more'
33
authors: [vzaidman, cortinico, gabrieldonadel, alanjhughes]
44
tags: [engineering]
55
date: 2025-10-08
@@ -8,15 +8,15 @@ date: 2025-10-08
88
import Tabs from '@theme/Tabs';
99
import TabItem from '@theme/TabItem';
1010

11-
# **React Native 0.82 - Legacy Architecture Sunsetting, Experimental Hermes V1, React 19.1.1, DOM Node APIs, and more!**
11+
# **React Native 0.82 - Legacy Architecture Sunsetted, Experimental Hermes V1, React 19.1.1, DOM Node APIs, and more!**
1212

1313
Today we are excited to release React Native 0.82!
1414

1515
This release is a crucial milestone for React Native: after multiple years of rollout of the New Architecture, we’re finally sunsetting the Legacy Architecture. The New Architecture is now the **only** architecture of React Native. This release also ships with a newer version of our JavaScript engine: Hermes V1, which is available via an experimental opt-in. We’re also updating the React version to 19.1.1 and shipping support for DOM Node APIs.
1616

1717
### Highlights
1818

19-
- [Sunsetting the Legacy Architecture](/blog/2025/10/08/react-native-0.82#sunsetting-the-legacy-architecture)
19+
- [Legacy Architecture Sunsetted](/blog/2025/10/08/react-native-0.82#legacy-architecture-sunsetted)
2020
- [Experimental Hermes V1](/blog/2025/10/08/react-native-0.82#experimental-hermes-v1)
2121
- [React 19.1.1](/blog/2025/10/08/react-native-0.82#react-1911)
2222
- [DOM Node APIs](/blog/2025/10/08/react-native-0.82#dom-node-apis)
@@ -25,7 +25,7 @@ This release is a crucial milestone for React Native: after multiple years of ro
2525

2626
# Highlights
2727

28-
## Sunsetting the Legacy Architecture
28+
## Legacy Architecture Sunsetted
2929

3030
Starting with this version, [the New Architecture](https://reactnative.dev/blog/2024/10/23/the-new-architecture-is-here) will be the **only** architecture for React Native, there will no longer be an option to opt-out of the New Architecture.
3131

0 commit comments

Comments
 (0)