Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Sep 22, 2022
1 parent 57fec03 commit 11bc230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/new-architecture-library-intro.md
Expand Up @@ -220,7 +220,7 @@ Codegen can be configured in the `package.json` file of your Library. Add the fo
Android also requires to have the [React Gradle Plugin properly configured](new-architecture-app-intro#android-specifics) in your app.
## Preparing your JavaScript Codebase for Fabric
## Preparing your JavaScript Codebase for the new React Native Renderer (Fabric)
The new renderer, Fabric, doesn’t use the UIManager, so direct calls to UIManager will need to be migrated. Historically, calls to UIManager had some pretty complicated patterns. Fortunately, we’ve created new APIs that are much cleaner. These new APIs are forward compatible with Fabric, so you can migrate your code today, and the APIs will work properly when you turn on Fabric!
Expand Down

0 comments on commit 11bc230

Please sign in to comment.