-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metro Bundler is not opening automatically in both android & ios after upgrading to React native 0.73.1 #42173
Comments
Duplicates react-native-community/cli#2155 This will be fixed in 0.73.2 which will be out in the near future Also you already reported this same issue 3 days ago: Please refrain from cloning more issues. |
0.73.2 version has the same issue too! |
For now, you can downgrade your version of react native to 0.72.9. most probably, metro working on this version
For now, you can downgrade your version of react native to 0.72.9. most probably, metro working on this version |
same issue, i use both 0.73.2 or 0.73.1 |
This has been fixed in 0.73.3 |
what? i see new version is 0.73.2, are you sure ? |
Any idea for a deployment date for 73.3? |
Same problem 0.73.2 |
@jcarioti Im dealing with the same issue, but it seems to persist in 73.3 EditTurns out it was intended: Metro will no longer be started when running builds via Xcode (dc6845739e by @huntie) |
I am also facing the same issue metro won't start automatically had to run the npm start command to run it on 0.72.4 |
I'm having the same issue on freshly installed 73.3. However, this error only appears when I start an app from XCode. If I run it from CLI it works. |
@a-kova |
oh, got it, thanks! |
It is working now i deleted the node modules and then installed them now everything is working fine now. |
…#38242) Summary: Pull Request resolved: #38242 See proposal: react-native-community/discussions-and-proposals#681 **Removed script files** I searched GitHub (and specifically `react-native-windows/macos`) to confirm these files are not referenced: - `scripts/launchPackager.bat` - `scripts/launchPackager.command` - `scripts/.packager.env` Interestingly, React Native CLI refers to a `.packager.env` at a different location (`node_modules/.bin/`), and includes modified copies of `launchPackager.command/bat`. This PR removes duplication with these. Changelog: [iOS][Breaking] Metro will no longer be started when running builds via Xcode Reviewed By: cortinico Differential Revision: D47297469 fbshipit-source-id: 06c3602d58b21ed693c3daa763d99947a70bfc5a
Description
Metro Bundler is not opening automatically in both android & ios after upgrading from 0.72.3 to 0.73.1
we need to run manually with "npm start" command
Steps to reproduce
React Native Version
0.73.1
Affected Platforms
Runtime - Android, Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/prateekuttreja2020/sample
Screenshots and Videos
The text was updated successfully, but these errors were encountered: