mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
"The Metro Server" -> Metro
Summary: Pet Peeve: Metro is a brand name. You don't say "the Metro server" just like you don't say "the iPhone phone". This is a leftover from when it used to be called "the packager server". Note: It makes sense to refer to "the Metro server" when talking about it in the context of Metro's features, like if you are discussing "Metro's bundling" and "Metro's server". However, when talking about the tool itself, just Metro is enough. Changelog: [Internal] Reviewed By: motiz88 Differential Revision: D22330966 fbshipit-source-id: 667618363c641884df543d88cac65d1e44956ad3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c4de0c7a0a
commit
6d6c68c2c6
@@ -21,7 +21,7 @@ import org.json.JSONObject;
|
||||
public class DebugServerException extends RuntimeException {
|
||||
private static final String GENERIC_ERROR_MESSAGE =
|
||||
"\n\nTry the following to fix the issue:\n"
|
||||
+ "\u2022 Ensure that the packager server is running\n"
|
||||
+ "\u2022 Ensure that Metro is running\n"
|
||||
+ "\u2022 Ensure that your device/emulator is connected to your machine and has USB debugging enabled - run 'adb devices' to see a list of connected devices\n"
|
||||
+ "\u2022 Ensure Airplane Mode is disabled\n"
|
||||
+ "\u2022 If you're on a physical device connected to the same machine, run 'adb reverse tcp:<PORT> tcp:<PORT>' to forward requests from your device\n"
|
||||
|
||||
Reference in New Issue
Block a user