mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-11 09:11:14 +08:00
Fix Chrome debugging
Reviewed By: dkoroskin Differential Revision: D2572178 fb-gh-sync-id: 677f2eb5a7ff5ada2a4e66f86e90664787bef346
This commit is contained in:
committed by
facebook-github-bot-6
parent
dee96fbedc
commit
251a4086a7
@@ -108,7 +108,7 @@ import okio.Sink;
|
||||
* @return the host to use when connecting to the bundle server from the host itself.
|
||||
*/
|
||||
private static String getHostForJSProxy() {
|
||||
return "localhost";
|
||||
return DEVICE_LOCALHOST;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user