-
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
Could not connect to development server #28152
Comments
After dev menu open, press |
Having the exact same problem. Dead in the water atm. I can't build any React Native apps. |
#28786 Might be the same issue |
@skaynetmen @abdulbasit1248 did either of you ever get it working? |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Description:
Could not connect to development server:
Ensure the following
-Node server is running & available on the same network -run npm start from react native root.
-Node server URL is correctly setup in app delegate
-wifi is enabled & connected to same network as node server
React Native version:
"react-native": "0.61.5",
"node": "10.14.1"
Steps To Reproduce
1.Running app using Xcode & using iphone X simulator
2.Not testing the app on any physical device
3.Changed the ports as well for the specific project.
4. But metro bundler not working
Expected Results
Metro bundler should connect and app should run
Snack, code example, screenshot, or link to a repository:
elp/mcve
The text was updated successfully, but these errors were encountered: