-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BREAKING] feat: enable React Native DevTools by default (#786)
* chore: upgrade dev-middleware to 0.76.1 * feat: enable new debugger by default * chore: remove launch-js-devtools endpoint * chore: remove debugger-ui package from rnc cli * chore: bump cli-server-api to 15.0.1 * chore: remove deprecated remote debugger from tester-app * refactor: move CLI middleware endpoints to devtoolsPlugin * chore: remove ws integration for old debugger * refactor: remove check for debuggerWorker * chore: add changeset * chore: bump minimum version of server-api to 13.6.4
- Loading branch information
Showing
16 changed files
with
27 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@callstack/repack": major | ||
--- | ||
|
||
Enable new debugger (React Native DevTools) by default, remove support for legacy remote debugging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
apps/tester-app/src/deprecatedRemoteDebugger/DeprecatedRemoteDebuggerContainer.tsx
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
apps/tester-app/src/deprecatedRemoteDebugger/NativeDevSettings.d.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
135 changes: 0 additions & 135 deletions
135
packages/dev-server/src/plugins/wss/servers/WebSocketDebuggerServer.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.