-
Notifications
You must be signed in to change notification settings - Fork 954
Hermes Debugger - not discoverable #987
Comments
cc. @mweststrate, @nikoant |
Could you check the locally installed version of |
@15matias15 can try verify if running on Hermes, by logging this value: |
You might need to trigger your RN to go into debug mode, by shaking or
opening the dev menu (using the button in the Flipper toolbar for example)
…On Tue, Apr 7, 2020 at 1:06 PM Lukas Kurucz ***@***.***> wrote:
@15matias15 <https://github.com/15matias15> can try verify if running on
Hermes, by logging this value: global.HermesInternal ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#987 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN4NBG2NY4NKYJZXZ5FA5LRLMJLVANCNFSM4MCXN6WA>
.
|
@usrbowe it's enable
|
@15matias15 can you see your device listed here: |
@usrbowe thanks for your reply, This is wat i got on 8081
and now these is how looks hermes plugin on flipper |
My |
@Grohden For iOS, this is not the correct plugin to use. Hermes is currently only supported on Android. The |
@usrbowe oh well, that makes sense, I thought that hermes could be running on IOS cuz the global flag returned true.. |
Closing this issue to avoid too many different symptoms and cases to be discussed in the same issue :). If you run into this, please open a new issue |
🐛 Bug Report
When I try to connect my fresh RN app
0.62
with latest Flipper0.36
, it will fail to discover my hermes on android emulator. Is there any extra setup needed?I noticed that metro will start throwing this error every few seconds (I guess that's flipper hermes plugin pooling to discover)
I can see that Chrome itself is able to find hermes for debugging via
/json
requestTo Reproduce
Environment
Flipper:
0.36.0
React Native:
0.62
One screenshot to describe the situation 😄
The text was updated successfully, but these errors were encountered: