Skip to content

Commit

Permalink
[0.71.0] Update the New Architecture guide with the changes for the N…
Browse files Browse the repository at this point in the history
…ew Template on Android (facebook#3324)

Co-authored-by: Riccardo <cipolleschi@fb.com>
  • Loading branch information
cortinico and Riccardo committed Sep 16, 2022
1 parent 5462afb commit 7bb5d88
Show file tree
Hide file tree
Showing 10 changed files with 377 additions and 1,174 deletions.
2 changes: 1 addition & 1 deletion docs/build-speed.md
Expand Up @@ -6,7 +6,7 @@ title: Speeding up your Build phase
Building your React Native app could be **expensive** and take several minutes of developers time.
This can be problematic as your project grows and generally in bigger organizations with multiple React Native developers.

With [the New React Native Architecture](/docs/next/new-architecture-app-modules-android), this problem is becoming more critical
With [the New React Native Architecture](new-architecture-app-intro), this problem is becoming more critical
as you might have to compile some native C++ code in your project with the Android NDK in addition to the native code already necessary for the iOS and Android platforms.

To mitigate this performance hit, this page shares some suggestions on how to **improve your build time**.
Expand Down

0 comments on commit 7bb5d88

Please sign in to comment.