Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
I can no longer build a react bundle, it gets to "Done copying assets" and then never finishes.
React Native version:
info Fetching system and libraries information...
System:
OS: macOS 10.15.5
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 813.83 MB / 32.00 GB
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.17.0 - ~/.nvm/versions/node/v12.17.0/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 6.14.4 - ~/.nvm/versions/node/v12.17.0/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.9.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 13.5, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2
Android SDK:
API Levels: 28, 29
Build Tools: 28.0.3, 29.0.2, 29.0.3, 30.0.0
System Images: android-29 | Google Play Intel x86 Atom
Android NDK: Not Found
IDEs:
Android Studio: 4.0 AI-193.6911.18.40.6514223
Xcode: 11.5/11E608c - /usr/bin/xcodebuild
Languages:
Java: 1.8.0_231 - /usr/bin/javac
Python: 2.7.16 - /usr/bin/python
npmPackages:
@react-native-community/cli: Not Found
react: Not Found
react-native: 0.63.0 => 0.63.0
npmGlobalPackages:
*react-native*: Not Found
Steps To Reproduce
I'm not sure I can reliably repro this, so I probably need some steps that might yield more data. But I run this:
npx react-native bundle --platform ios --entry-file index.js --dev false --bundle-output ./ios/main.jsbundle --assets-dest ./ios --sourcemap-output ./sourcemap.js
Also, in case it's relevant, I have a monorepo setup with yarn workspaces and lerna.
Expected Results
A bundle should be produced in something less than an hour, which is how long I waited...
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
I can no longer build a react bundle, it gets to "Done copying assets" and then never finishes.
React Native version:
Steps To Reproduce
I'm not sure I can reliably repro this, so I probably need some steps that might yield more data. But I run this:
Also, in case it's relevant, I have a monorepo setup with yarn workspaces and lerna.
Expected Results
A bundle should be produced in something less than an hour, which is how long I waited...