mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Separate port constant for inspector proxy server.
Reviewed By: johnislarry Differential Revision: D5282980 fbshipit-source-id: e714965e2bb4849e24138d326c757352b238aba6
This commit is contained in:
committed by
Facebook Github Bot
parent
7d1981ef82
commit
1ae54b5108
@@ -53,6 +53,10 @@ public class PackagerConnectionSettings {
|
||||
return host;
|
||||
}
|
||||
|
||||
public String getInspectorServerHost() {
|
||||
return AndroidInfoHelpers.getInspectorProxyHost();
|
||||
}
|
||||
|
||||
public @Nullable String getPackageName() {
|
||||
return mPackageName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user