-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Not seeing metro bundler start up after executing npx react-native run-ios
#28281
Comments
Does |
Yes it does when I run |
I think this might be duplicate with this: #25509 |
Issue is resolved, moved to the CLI repo: react-native-community/cli#484 |
@rencire can you open this issue in the CLI repo? |
Related hotfix for linux in #28807 |
Description:
Not seeing metro bundler start up automatically after executing
npx react-native run-ios
.Seeing the
launchPackager.command
open in a new Terminal window, but metro bundler does not seem to start correctly:Note: Metro bundler starts up fine when manually starting in a new shell via
npx react-native build
.React Native version:
Steps To Reproduce
Same steps as creating a new react native project, as per the docs:
npx react-native init myproj3
cd myproj3
npx react-native run-ios
Expected Results
Expected metro bundler to start automatically in a new terminal window after running
npx react-native run-ios
.Snack, code example, screenshot, or link to a repository:
Output from
npx react-native run-ios
Resulting error in simulator from not having a js bundle:
The text was updated successfully, but these errors were encountered: