react-nativedebuggingremote-debuggingreact-native-debugger

Cannot connect to react native debugger


When I open my app in Expo and press "Open JS Debugger", a separate window opens and react native debugger still waiting for connect. When I close this window, JS Debugger automatically turns off. After that I do these steps again and it opens in a separate window again. Here is this separate window

Interestingly, that in another project it opens in react native debugger. I doubt, that the problem is because i use TS instead of JS.

I have been trying to fix this problem by searching in google but nothing worked for me.


Solution

  • Just go to your app.json file add this to your expo objects "jsEngine": "jsc",