Skip to content
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

issue with loading JS files on real device with RN debugger #216

Open
xfyre opened this issue Mar 6, 2019 · 1 comment
Open

issue with loading JS files on real device with RN debugger #216

xfyre opened this issue Mar 6, 2019 · 1 comment

Comments

@xfyre
Copy link

xfyre commented Mar 6, 2019

Caused by this line:

var fileBasePath = serverBaseUrl((isChrome() ? "localhost" : devHost)) + "/" + config.basePath + platform;

When debugging remotely, isChrome() returns true and host is set to localhost (which doesn't work on a real device).

@olivergeorge
Copy link

This had me stumped. Thanks for the tip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants