mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-03 15:24:58 +08:00
Move URL escaping to Inspector layer
Reviewed By: Hypuk Differential Revision: D5967544 fbshipit-source-id: d741e6324aff7583778cb13c862505b61ca02a3d
This commit is contained in:
committed by
Facebook Github Bot
parent
eae4fe810f
commit
ef2e29f54c
@@ -31,7 +31,7 @@ public class AndroidInfoHelpers {
|
||||
return getServerIpAddress(INSPECTOR_PROXY_PORT);
|
||||
}
|
||||
|
||||
// FIXME(festevezga): This method is duplicated in an internal module. Any changes should be applied to both.
|
||||
// WARNING(festevezga): This RN helper method has been copied to another FB-only target. Any changes should be applied to both.
|
||||
public static String getFriendlyDeviceName() {
|
||||
if (isRunningOnGenymotion()) {
|
||||
// Genymotion already has a friendly name by default
|
||||
|
||||
Reference in New Issue
Block a user