facebook / metro

🚇 The JavaScript bundler for React Native
https://metrobundler.dev
MIT License
5.25k stars 627 forks source link

The Metro bundler does not connect to iOS devices #1174

Closed asgarPeerbits closed 10 months ago

asgarPeerbits commented 10 months ago

I have updated React Native to the latest version 0.73.3. The build was successful, but Metro does not connect to the device, and the developer menu does not open in the application. Screenshot 2024-01-11 at 6 34 25 PM Screenshot 2024-01-11 at 6 35 46 PM

robhogan commented 10 months ago

Hi @asgarPeerbits - could you file this over at React Native and include a reproducible example?

It looks like your iOS app is not able to reach the dev server (Metro) but that's unlikely to be an issue with Metro itself - we'd need a reproduction to help further.