import NewArchitectureWarning from './_markdown-new-architecture-warning.mdx';
Getting Started with the New Architecture
This migration guide is designed for React Native library authors and application developers. It outlines the steps you need to follow to roll out the new Architecture, composed by the new NativeModule system (TurboModule) and the new Renderer (Fabric) to your Android and iOS libraries and apps.
Table of Contents
The guide is divided into five sections:
- Supporting the New Architecture in your Library
- Prerequisites for Supporting the New Architecture in JavaScript
- Enabling the New Architecture in your Library
- Supporting the New Architecture in your App
- Prerequisites for Supporting the New Architecture in your App
- Enabling the New NativeModule System (TurboModule) in your App
- Enabling the New Renderer (Fabric) in your App
- React 18 & React Native
- Troubleshooting
- Appendix