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

Nuclide's React Native Inspector does not work on Linux #342

Open PaulBGD opened 8 years ago

PaulBGD commented 8 years ago

Ubuntu specifically, but I think this applies to other distros.

Reproduction:

The Nuclide inspector page stays the same, and the app times out connecting to the chrome debugger.

frantic commented 8 years ago

I assume your are building Android app? You might need to do adb reverse 8097 8097. It's an issue with React Native itself, it assumes it can just connect to localhost:8097 (worth reporting at https://github.com/facebook/react-native)

PaulBGD commented 8 years ago

iOS, sorry that I forgot to mention that.

PaulBGD commented 8 years ago

The app says that it can't connect to the chrome debugger as well.

oviava commented 8 years ago

also have an issue - on android my debug/bundle server starts on 8081, nuclide is working on 8097 .. any tips on getting inspector to work ?