Skip to content

Commit

Permalink
Minor fixes to the wording
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Sep 5, 2022
1 parent fb9ddc1 commit 570c692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/blog/2022-09-05-version-070.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ This change benefits both app and library users on the New Architecture as:
As mentioned above, some of the more important improvements in this release are centered around the New Architecture experience. However, there have been other notable changes, including:

- Fix for Catalyst is live, set `mac_catalyst_enabled` to `true` in Podfile (see [upgrade-helper](https://react-native-community.github.io/upgrade-helper/?from=0.69.1&to=0.70.0-rc.0) diff for details).
- Bumping metro to 0.72.0 should enable the "new" react JSX transform: [reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html).
- Removing `reactnativeutilsjni` as it is built from the same sources as `reactnativejni` ([https://github.com/facebook/react-native/pull/34339](https://github.com/facebook/react-native/pull/34339)).
- Bumping metro to 0.72.0 which will enable the new React JSX Transform: [reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html).
- Removing `reactnativeutilsjni` as it is built from the same sources as `reactnativejni` which results in ~220 KBs saved from every Android APK build. ([https://github.com/facebook/react-native/pull/34339](https://github.com/facebook/react-native/pull/34339)).

### Breaking changes

Expand All @@ -102,7 +102,7 @@ And we upgraded some of our dependencies:

- Bump RN CLI to v9.0.0
- Bump Android Gradle Plugin to 7.2.1
- Bump Gradle to 7.4.2
- Bump Gradle to 7.5.1
- Bump RCT-Folly to 2021-07-22
- Bump Metro to 0.72
- Bump SoLoader to 0.10.4
Expand Down

0 comments on commit 570c692

Please sign in to comment.