You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.68/build-speed.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: Speeding up your Build phase
6
6
Building your React Native app could be **expensive** and take several minutes of developers time.
7
7
This can be problematic as your project grows and generally in bigger organizations with multiple React Native developers.
8
8
9
-
With [the New React Native Architecture](/docs/next/new-architecture-app-modules-android), this problem is becoming more critical
9
+
With [the New React Native Architecture](/docs/new-architecture-app-modules-android), this problem is becoming more critical
10
10
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.
11
11
12
12
To mitigate this performance hit, this page shares some suggestions on how to **improve your build time**.
0 commit comments