3

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.

Sanya21
  • 51
  • 3

1 Answers1

2

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

Sanya21
  • 51
  • 3
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 18 '23 at 21:53
  • debugger option gone after i added jsEngine to jsc. any idea? – metalheadcoder Aug 05 '23 at 01:27