Very long build times after updating to reanimated 4.x and new architecture #8161
Unanswered
Jakub-Plan-d-k
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After switching to RN0.81, new architecture, reanimated 4.x and worklets I have experienced build times 4 times longer than previously.
Before, building the whole app for release took around 14 minutes, now it takes around 55 minutes.
To figure out what was the reason behind it, I have executed ./gradlew build --scan.
As it turns out, reanimated takes the absolute longest to build, much longer than any other libraries. In the 1h 50 minutes long full build, react-native-reanimated related tasks took 49 minutes. Is this an expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions