Speed up builds for 0.68
See original GitHub issueDescription
I am seeing +20 min build more than 0.67 builds with 0.68.
Is this because AppDelegate.mm is slow? Is there anyway to speed it up?
Version
0.68.0
Output of npx react-native info
no…
Steps to reproduce
A normal build. Xcode.
Snack, code example, screenshot, or link to a repository
No response
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Speeding up your Build phase - React Native
Building your React Native app could be expensive and take several minutes of ... Version: 0.68. On this page. Speeding up your Build...
Read more >PATCH NOTES 0.68.0 – September 28th, 2022 :: Eternal Return
Soul Link's cooldown has been reduced, and opening up a potential for new builds on Chloe. Basic attacks 26 → 28. Living Marionette(P)....
Read more >Tremec TKX 5 Speed Transmission - Ford 2.87 1st, 0.68 5th
This part number is the Ford fitment with 2.87:1 1st gear and 0.68:1 5th gear overdrive and 26 spline input shaft. This is...
Read more >Faster builds with improved caching - Vercel
By optimizing how we retrieve the build cache, deployments are 15s faster for p90 (build times for 90% of users, filtering out the...
Read more >Stranded Deep - A new experimental build (0.68.00) is...
Hey everyone, A new experimental build (0.68.00) is up! Stay Alive! :: Beam Team -- Bug Fixes - Fixed Grouper Fish not dither...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same problem on Android.
Build takes more than 20min and waits on gradle task:
Please open a separate issue + specify if you’re on New/Old architecture. As I mentioned before, on New Architecture an increase on build time is expected as you’re building native code. Please follow the setup on reactnative.dev/docs/build-speed, configure
ccache
and report any issue you’re having if any.