Update references to relocated react-native-devtools-frontend repo (#49777)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/49777

Changelog: [Internal]

Reviewed By: robhogan

Differential Revision: D70485084

fbshipit-source-id: d6243b3bc607af39c67c3f1cebdf0b53a3502538
This commit is contained in:
Alex Hunt
2025-03-03 03:49:04 -08:00
committed by Facebook GitHub Bot
parent ae7bbe06c9
commit 2acb407562
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ const frontendPath = require('@react-native/debugger-frontend');
### Source repo
Source code for this package lives in the [facebookexperimental/rn-chrome-devtools-frontend](https://github.com/facebookexperimental/rn-chrome-devtools-frontend) repo. See below for how we build and check in changes.
Source code for this package lives in the [facebook/react-native-devtools-frontend](https://github.com/facebook/react-native-devtools-frontend) repo. See below for how we build and check in changes.
### Updating the frontend assets
@@ -34,4 +34,4 @@ node scripts/debugger-frontend/sync-and-build --branch main
node scripts/debugger-frontend/sync-and-build --branch 0.73-stable
```
By default, this will clone and build from [facebookexperimental/rn-chrome-devtools-frontend](https://github.com/facebookexperimental/rn-chrome-devtools-frontend).
By default, this will clone and build from [facebook/react-native-devtools-frontend](https://github.com/facebook/react-native-devtools-frontend).
@@ -70,7 +70,7 @@ function getWsParam({
// may actually load through a tunnel or proxy, and the WS connection
// should therefore do the same.
//
// Depends on https://github.com/facebookexperimental/rn-chrome-devtools-frontend/pull/4
// Depends on https://github.com/facebook/react-native-devtools-frontend/pull/4
value = wsUrl.pathname + wsUrl.search + wsUrl.hash;
} else {
// Standard URL format accepted by the DevTools frontend
@@ -690,7 +690,7 @@ TYPED_TEST(JsiIntegrationHermesTest, ScriptParsedExactlyOnce) {
TYPED_TEST(JsiIntegrationHermesTest, FunctionDescriptionIncludesName) {
// See
// https://github.com/facebookexperimental/rn-chrome-devtools-frontend/blob/9a23d4c7c4c2d1a3d9e913af38d6965f474c4284/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts#L311-L391
// https://github.com/facebook/react-native-devtools-frontend/blob/9a23d4c7c4c2d1a3d9e913af38d6965f474c4284/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts#L311-L391
this->connect();
+1 -1
View File
@@ -27,7 +27,7 @@ const supportsColor = require('supports-color');
const {parseArgs} = require('util');
const DEVTOOLS_FRONTEND_REPO_URL =
'https://github.com/facebookexperimental/rn-chrome-devtools-frontend';
'https://github.com/facebook/react-native-devtools-frontend';
const config = {
allowPositionals: true,