This repository was archived by the owner on Jan 18, 2024. It is now read-only.
Running developer tools on a remote browser (expo on a headless linux machine) #4138
Unanswered
Jacek-ghub
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to permit access to developer tools from a different computer? I am trying to run expo on a headless Linux CentOS 7, but the path I am given is: "Developer tools running on http://localhost:19002." On the other hand, the project is exposed on "Metro waiting on exp://192.168.1.11:19000." I have tried to access dev tools at http://192.168.1.11:19002, but that is no go (19002 port is closed on that IP address).
Beta Was this translation helpful? Give feedback.
All reactions