Skip to content

Commit 9584aca

Browse files
committed
Review feedback
1 parent 1e78300 commit 9584aca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

website/blog/2026-02-11-react-native-0.84.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ When installing CocoaPods dependencies, pass the `RCT_HERMES_V1_ENABLED=0` and `
6565

6666
**Android**
6767

68-
Add `hermesV1Enabled=false` inside the `android/gradle.properties` file, and configure the application to [build React Native from source](https://reactnative.dev/contributing/how-to-build-from-source#update-your-project-to-build-from-source).
68+
Add `hermesV1Enabled=false` inside the `android/gradle.properties` file, and configure the application to [build React Native from source](/contributing/how-to-build-from-source#update-your-project-to-build-from-source).
6969

7070
</details>
7171

@@ -154,8 +154,7 @@ We want to send a special thank you to those who shipped significant contributio
154154
- [Dawid Małecki](https://github.com/coado) for the Hermes V1 rollout.
155155
- [Christian Falch](https://github.com/chrfalch) for precompiled binary documentation and tooling.
156156
- [Rob Hogan](https://github.com/robhogan) for the Node.js 22 minimum version bump.
157-
- [Fabrizio Cucci](https://github.com/fabriziocucci) for extensive accessibility improvements on Android.
158-
- [Tommy Nguyen](https://github.com/tido64) for fixing pnpm monorepo compatibility issues.
157+
- [Fabrizio Cucci](https://github.com/fabriziocucci) for accessibility improvements on Android.
159158
- [@pipopotamasu](https://github.com/pipopotamasu) for ESLint v9 Flat Config support.
160159

161160
## Upgrade to 0.84
@@ -168,7 +167,7 @@ To create a new project:
168167
npx @react-native-community/cli@latest init MyProject --version latest
169168
```
170169

171-
If you use Expo, React Native 0.84 will be available as part of the expo@canary releases.
170+
If you use Expo, React Native 0.84 will be available as part of the `expo@canary` releases.
172171
The next SDK, SDK 56, will be shipped with the next stable release of React Native: 0.85.
173172

174173
:::info

0 commit comments

Comments
 (0)