JavaScript Debugging SDK 48

Hi everybody!
I have update the expo sdk to “expo”: “^48.0.0”,

When I run yarn expo install --fix i get Dependencies are up to date.

Then, when I run expo start --dev-client and press the J for open the debuuger I get the following message:

Opening JavaScript inspector in the browser…
No compatible apps connected. JavaScript Debugging can only be used with the Hermes engine. Learn more

With the SDK 47 I could open the browser and see in the console the console.info or console.log messages.

In the Expo Go app menu options, it does not show me the swicth button fo rthe Open JS debugger any more.

I’m running on a Ubuntu, the device is an Android device and the browser I use is a Chrome.

Thank you very much!