You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
🐛 Bug Report
Hi. I'm experiencing issues when trying to get Hermes debugger to work with an Expo app. Hope this is the right place to discuss.
I found a similar issue but it's closed and the solutions listed there don't seem to work for me.
This is what I see in hd's windows after I start the app (
expo start --dev-client
):Selecting either option leads to:
If I start metro manually (
react-native start --host 0.0.0.0
) I get the following window instead:Flipper itself works fine. Debugging hermes via chrome devtools also works fine.
Been fighting this issue for a week now. Will appreciate any help!
localhost:8081/json
Flipper logs
To Reproduce
1). Check out this example repo: https://github.com/alex-trofimov/flipper-hermes-issue
yarn install
2). Make a build with expo eas (or you could use this one) and install it on a device.
3). Start the project:
yarn run metro
yarn start
4). Open Flipper, make sure that the app is connected, navigate to Hermes debugger.
5). ???
Environment
OS: Windows 10
Flipper version: 0.131.1 (tried all the versions from 0.125 to 0.133.1)
SDK: expo 44
Device: emulator, android 8.1
The text was updated successfully, but these errors were encountered: