-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Problem Description
While testing RNW 0.76 migration for the Xbox app, I attempted to test the new React Native Dev Tools. After not launching with the warning "No compatible apps connected. React Native DevTools can only be used with the Hermes engine.", I looked into the debugger code. The code is looking for targets with nativePageReloads=true
but I don't see the keyword "nativePageReloads" anywhere on the RNW GitHub. This aligns with my experience trying to get the experimental debugger to launch in previous versions.
Is this dev tool supported and if not, what is the plan for adding support?
Steps To Reproduce
- Build and run an RNW 0.76-Preview app with Hermes turned on
- Press
J
in the bundler terminal - Observe the dev tools do not launch
Expected Results
The dev tools launch
CLI version
15.0.0-alpha.2
Environment
System:
OS: Windows 11 10.0.22631
CPU: (16) x64 Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Memory: 41.64 GB / 63.95 GB
Binaries:
Node:
version: 18.20.3
path: C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm:
version: 10.7.0
path: C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK: Not Found
Windows SDK:
AllowDevelopmentWithoutDevLicense: Enabled
AllowAllTrustedApps: Enabled
Versions:
- 10.0.18362.0
- 10.0.19041.0
- 10.0.22621.0
IDEs:
Android Studio: Not Found
Visual Studio:
- 17.11.35327.3 (Visual Studio Enterprise 2022)
Languages:
Java: Not Found
Ruby: Not Found
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.76.0
wanted: 0.76.0
react-native-windows:
installed: 0.76.0-preview.3
wanted: 0.76.0-preview.3
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
Community Modules
No response
Target Platform Version
None
Target Device(s)
No response
Visual Studio Version
None
Build Configuration
None
Snack, code example, screenshot, or link to a repository
No response