Old Version
0.73.x
New Version
0.74.0-rc.1
Description
Following the instructions to connect to the Hermes debugger https://reactnative.dev/docs/next/debugging
I expect to see the Hermes target in chrome://inspect but I don't.
This happens on both iOS and Android. It also occurs on 0.74.0-rc.0
It does not reproduce on 0.73.x so its a new regression
Steps to reproduce
npx react-native init Release074 --version 0.74.0-rc.2
- Get metro running
yarn start & built on either iOS or Android
- Follow instructions for Hermes debugger via https://reactnative.dev/docs/next/debugging by heading to
chrome://inspect and putting the port forwarding information
I'd expect to see the Hermes target in dev tools, but nothing shows up
Affected Platforms
Runtime - Android, Runtime - iOS
Output of npx react-native info
Stacktrace or Logs
Reproducer
--
Screenshots and Videos
No response
Old Version
0.73.x
New Version
0.74.0-rc.1
Description
Following the instructions to connect to the Hermes debugger https://reactnative.dev/docs/next/debugging
I expect to see the Hermes target in
chrome://inspectbut I don't.This happens on both iOS and Android. It also occurs on 0.74.0-rc.0
It does not reproduce on 0.73.x so its a new regression
Steps to reproduce
npx react-native init Release074 --version 0.74.0-rc.2yarn start& built on either iOS or Androidchrome://inspectand putting the port forwarding informationI'd expect to see the Hermes target in dev tools, but nothing shows up
Affected Platforms
Runtime - Android, Runtime - iOS
Output of
npx react-native infoStacktrace or Logs
Reproducer
--
Screenshots and Videos
No response