Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 302
Sanya21 Avatar asked Sep 14 '25 09:09

Sanya21


1 Answers

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

like image 178
Sanya21 Avatar answered Sep 17 '25 05:09

Sanya21