Skip to content

Commit a46d973

Browse files
committed
improved title
1 parent 5e2c7c4 commit a46d973

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 - New Architecture Only'
2+
title: 'React Native 0.82 - New Era of React Native'
33
authors: [vzaidman, cortinico, gabrieldonadel, alanjhughes]
44
tags: [engineering]
55
date: 2025-10-08
@@ -8,13 +8,13 @@ date: 2025-10-08
88
import Tabs from '@theme/Tabs';
99
import TabItem from '@theme/TabItem';
1010

11-
# **React Native 0.82 - New Architecture Only**
11+
# **React Native 0.82 - New Era of React Native**
1212

1313
Today we're excited to release React Native 0.82: the first React Native that runs entirely on the New Architecture.
1414

1515
This is a milestone release for React Native and we believe it's the start of a new era. In future versions we will be removing the remaining code from the Legacy Architecture to reduce install size and streamline the codebase.
1616

17-
In addition, 0.82 also ships with experimental opt-in to a newer version of Hermes called Hermes V1. We’re also enabling several React features by updating the React version to 19.1.1, and shipping support for DOM Node APIs.
17+
In addition, 0.82 also ships with an experimental opt-in to a newer version of Hermes called Hermes V1. We’re also enabling several React features by updating the React version to 19.1.1, and shipping support for DOM Node APIs.
1818

1919
### Highlights
2020

@@ -304,7 +304,7 @@ We want to send a special thank you to those community members that shipped sign
304304

305305
## Upgrade to 0.82
306306

307-
Please use the [React Native Upgrade Helper](https://react-native-community.github.io/upgrade-helper/) to view code changes between React Native versions for existing projects, in addition to the Upgrading docs.
307+
Please use the [React Native Upgrade Helper](https://react-native-community.github.io/upgrade-helper/) to view code changes between React Native versions for existing projects, in addition to the [upgrading to new versions docs](/docs/upgrading).
308308

309309
To create a new project:
310310

0 commit comments

Comments
 (0)