Skip to content

Commit

Permalink
Fixes and TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Sep 5, 2022
1 parent 8606c39 commit 6b4f8a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 7 additions & 8 deletions website/blog/2022-09-05-version-070.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@ We are excited to release a new version of React Native, 0.70.0. This version co

### Sections

- New Architecture’s New Documentation
- A new unified configuration for Codegen
- Hermes as default engine
- Android Auto-linking for New Architecture libraries
- Full CMake support for Android builds
- Highlights of 0.70
- [New Architecture’s New Documentation](/blog/2022/09/05/version-070#new-architectures-new-documentation)
- [Hermes as default engine](/blog/2022/09/05/version-070#hermes-as-default-engine)
- [A new unified configuration for Codegen](/blog/2022/09/05/version-070#a-new-unified-configuration-for-codegen)
- [Android Auto-linking for New Architecture libraries](/blog/2022/09/05/version-070#android-auto-linking-for-new-architecture-libraries)
- [Full CMake support for Android builds](/blog/2022/09/05/version-070#full-cmake-support-for-android-builds)
- [Highlights of 0.70](/blog/2022/09/05/version-070#highlights-of-070)

<!--truncate-->

## New Architecture’s New Documentation

Over the last few months we have been working to add more content to the [New Architecture](https://reactnative.dev/docs/next/the-new-architecture/landing-page) section of the documentation: in the new section you will find migration guides, examples and tutorials to get you up and running more easily.
Over the last few months we have been working to add more content to the [New Architecture](https://reactnative.dev/docs/next/the-new-architecture/landing-page) section of the documentation: in the new section you will find migration guides, examples and tutorials to get you up to speed.

Along with it, you will find new documents diving into [Why a New Architecture](https://reactnative.dev/docs/next/the-new-architecture/why) and [the various parts of it](https://reactnative.dev/docs/next/the-new-architecture/pillars), that we hope will help you better understand the reasoning around the new APIs.

Expand Down Expand Up @@ -58,7 +57,7 @@ If you are a library maintainer, please make sure to let us know how the process

With 0.70, users on New Architecture will be able to automatically link libraries without any configuration on their Android.mk or CMake files.

Autolinking its a crucial part of the React Native development experience. It allows you to include external libraries with just a `yarn add` command without having to deal with CocoaPods or Gradle setups.
Autolinking it's a crucial part of the React Native development experience. It allows you to include external libraries with a `yarn add` command without having to deal with CocoaPods or Gradle setups.

The New Architecture required us to adapt the auto-linking features to support libraries which are using the Codegen and exposing native code to app developers.

Expand Down
2 changes: 2 additions & 0 deletions website/blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ micleo:
dmitryrykun:
name: Dmitry Rykun
title: Software Engineer at Meta
url: https://github.com/dmitryrykun
image_url: https://github.com/dmitryrykun.png

titozzz:
name: Thibault Malbranche
title: Lead Mobile Engineer at Brigad
url: https://github.com/titozzz
image_url: https://github.com/titozzz.png

0 comments on commit 6b4f8a4

Please sign in to comment.