metro icon indicating copy to clipboard operation
metro copied to clipboard

Metro bundler sometimes hangs on starting the dev server

Open ritikkumar8z opened this issue 5 months ago • 1 comments

Hi React Native team 👋,

Sometimes when I run npx react-native start, the Metro bundler just hangs and doesn’t fully start — especially after switching branches or pulling updates. I usually have to clear cache with --reset-cache or restart the terminal to fix it.

Just wanted to ask if there’s a recommended fix or if this is something worth improving.

Thanks a lot for maintaining React Native! 😊 — Ritik Kumar

ritikkumar8z avatar Jul 27 '25 20:07 ritikkumar8z

Hi @ritikkumar8z - do you know what stage it seems to hang at?

It’d handy to see the output if you run with DEBUG=Metro:* yarn start, and then try to start an app.

robhogan avatar Jul 27 '25 21:07 robhogan