From 1be0f654c907aba401be0f953be62ecb236110e2 Mon Sep 17 00:00:00 2001 From: Yvan Zhu Date: Fri, 29 Jul 2022 15:46:16 +0800 Subject: [PATCH] docs: add two sections to the New Architecture --- docs/new-architecture-intro.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/new-architecture-intro.md b/docs/new-architecture-intro.md index 85d4421639d..58407601aa6 100644 --- a/docs/new-architecture-intro.md +++ b/docs/new-architecture-intro.md @@ -13,7 +13,7 @@ This migration guide is designed for React Native **library authors** and **appl ## Table of Contents -The guide is divided into three sections: +The guide is divided into five sections: - **Supporting the New Architecture in your Library** - [Prerequisites for Supporting the New Architecture in JavaScript](new-architecture-library-intro) @@ -28,4 +28,6 @@ The guide is divided into three sections: - Enabling the New Renderer (Fabric) in your App - [Android](new-architecture-app-renderer-android) - [iOS](new-architecture-app-renderer-ios) +- [**React 18 & React Native**](react-18-and-react-native) +- [**Troubleshooting**](new-architecture-troubleshooting) - [**Appendix**](new-architecture-appendix)