Please provide the following:
- was 46, now 47:
- Android / real device
Hi
- I want to know why i cant debug JS on chrome after upgrading SDK to 47 version ? I am getting this warning on console:
- No compatible apps connected. JavaScript Debugging can only be used with the Hermes engine.
I am using expo with dev clients with custom eas build ( locally ) everything works well. Just i cant debug. In app.json i have a jsEngine with hermes , also this code block shows true.
const isHermes = () => !!global.HermesInternal;
console.log("isHermesEnabled:", isHermes());
- I followed this instruction Using Flipper - Expo Documentation and flipper desktop app also shows:
Metro is connected but no Hermes apps were found. Open a React Native screen with Hermes enabled to connect. Note: you may need to reload the app in order to reconnect the device to Metro.
How to be sure that Hermes enabled ? And how to debug the app ? Desirable in Chrome Devtools.