mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 22:38:59 +08:00
Move inspector proxy out of the packager
Reviewed By: pakoito Differential Revision: D5369099 fbshipit-source-id: ff806d784b70804181c5c54837352f66e45d1b9e
This commit is contained in:
committed by
Facebook Github Bot
parent
f1cbb11620
commit
c00abe53c3
@@ -13,7 +13,7 @@ public class AndroidInfoHelpers {
|
||||
public static final String DEVICE_LOCALHOST = "localhost";
|
||||
|
||||
private static final int DEBUG_SERVER_HOST_PORT = 8081;
|
||||
private static final int INSPECTOR_PROXY_PORT = 8081;
|
||||
private static final int INSPECTOR_PROXY_PORT = 8082;
|
||||
|
||||
private static boolean isRunningOnGenymotion() {
|
||||
return Build.FINGERPRINT.contains("vbox");
|
||||
|
||||
Reference in New Issue
Block a user