After upgrading from react native 0.66.2 -> 0.69.5 the bundle JS and Assets for both iOS & android are taking a lot longer to complete (~10 mins). I've tried to have a look through the web helper but I can't see anything obvious. Would someone be able to point me in the correct direction?
If you'd like to see any info from my project please let me know!
Environment
Binaries: Node: 16.17.0 - /opt/homebrew/opt/node@16/bin/node Yarn: Not Found npm: 8.15.0 - /opt/homebrew/opt/node@16/bin/npm Watchman: 2022.08.15.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5 Android SDK: API Levels: 29, 30, 31 Build Tools: 29.0.2, 30.0.1, 30.0.2, 30.0.3, 31.0.0 System Images: android-29 | Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom, android-31 | Google APIs ARM 64 v8a Android NDK: Not Found IDEs: Android Studio: 2021.2 AI-212.5712.43.2112.8815526 Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild Languages: Java: 11.0.16.1 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 18.0.0 => 18.0.0 react-native: 0.69.5 => 0.69.5 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Things I’ve done to figure out my issue
Upgrading version
0.69.5
Description
After upgrading from react native 0.66.2 -> 0.69.5 the bundle JS and Assets for both iOS & android are taking a lot longer to complete (~10 mins). I've tried to have a look through the web helper but I can't see anything obvious. Would someone be able to point me in the correct direction?
If you'd like to see any info from my project please let me know!
Reproducible demo
I am working in a private repo