A connection with the server could not be established #10706
Answered
by
jonthysell
imuhammadarsalan
asked this question in
Q&A
-
Hello, I am trying to send my project to my someone and i build the appx file but when it's loading i am getting this error mentioned in the title could anyone suggest any solution, please??? |
Beta Was this translation helpful? Give feedback.
Answered by
jonthysell
Oct 10, 2022
Replies: 1 comment 1 reply
-
When launching a React Native app in Debug mode, you need the Metro Dev Server running to serve up your app's JS bundle (i.e. what happens if you launch with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jonthysell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When launching a React Native app in Debug mode, you need the Metro Dev Server running to serve up your app's JS bundle (i.e. what happens if you launch with
run-windows
). If you want to send an app package to someone else, they either need to run Metro Dev Server themselves, or you should send a Release app package so the bundle is included.