facebookarchive / nuclide

An open IDE for web and native mobile development, built on top of Atom
https://nuclide.io
Other
7.79k stars 682 forks source link

React Inspector Starts on port 8097 #1625

Open mcmar opened 5 years ago

mcmar commented 5 years ago

Issue and Steps to Reproduce

Nuclide React Inspector: Toggle starts on port 8097. However, the default port for react-native apps is 8081. Nuclide Metro: Start doesn't even give an option to change this port. 8081 is required. So one cannot use Nuclide Metro: Start together with Nuclide React Inspector: Toggle. This seems to be a problem that the included nuclide tools don't work with each other.

Steps to repro

  1. Install atom + nuclide
  2. Press ⇧⌘P to open command palette
  3. Type Nuclide Metro: Start and press enter
  4. Press ⇧⌘P to open command palette
  5. Type Nuclide React Inspector: Toggle and press enter

Expected Behavior

React inspector should start on port 8081.

Actual Behavior

React inspector starts on port 8097.

Versions

Additional Details