Skip to content

Commit

Permalink
breaking: Remove cli-debugger-ui package
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Jan 27, 2025
1 parent 717e4dd commit 1afce36
Show file tree
Hide file tree
Showing 20 changed files with 15 additions and 527 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ And then:

```sh
cd /my/new/react-native/project/
yarn link "@react-native-community/cli-platform-ios" "@react-native-community/cli-platform-android" "@react-native-community/cli" "@react-native-community/cli-server-api" "@react-native-community/cli-types" "@react-native-community/cli-tools" "@react-native-community/cli-debugger-ui" "@react-native-community/cli-clean" "@react-native-community/cli-doctor" "@react-native-community/cli-config" "@react-native-community/cli-platform-apple" "@react-native-community/cli-link-assets"
yarn link "@react-native-community/cli-platform-ios" "@react-native-community/cli-platform-android" "@react-native-community/cli" "@react-native-community/cli-server-api" "@react-native-community/cli-types" "@react-native-community/cli-tools" "@react-native-community/cli-hermes" "@react-native-community/cli-clean" "@react-native-community/cli-doctor" "@react-native-community/cli-config" "@react-native-community/cli-platform-apple"
```

Once you're done with testing and you'd like to get back to regular setup, run `yarn unlink` instead of `yarn link` from above command. Then `yarn install --force`.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ React Native CLI is a dependency of `react-native`, which makes it a transitive
"@react-native-community/cli": "VERSION",
"@react-native-community/cli-clean": "VERSION",
"@react-native-community/cli-config": "VERSION",
"@react-native-community/cli-debugger-ui": "VERSION",
"@react-native-community/cli-doctor": "VERSION",
"@react-native-community/cli-link-assets": "VERSION",
"@react-native-community/cli-platform-android": "VERSION",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"prebuild": "yarn build:ts",
"build": "node ./scripts/build.js && yarn build:debugger",
"build:ts": "node ./scripts/buildTs.js",
"build:debugger": "yarn workspace @react-native-community/cli-debugger-ui build",
"build-clean": "rimraf ./packages/*/build",
"build-clean-all": "rimraf ./packages/*/build ./packages/*/tsconfig.tsbuildinfo",
"watch": "node ./scripts/watch.js",
Expand Down
24 changes: 0 additions & 24 deletions packages/cli-debugger-ui/CHANGELOG.md

This file was deleted.

31 changes: 0 additions & 31 deletions packages/cli-debugger-ui/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions packages/cli-debugger-ui/src/middleware/index.ts

This file was deleted.

Binary file removed packages/cli-debugger-ui/src/ui/assets/blue-icon.png
Binary file not shown.
Binary file removed packages/cli-debugger-ui/src/ui/assets/gray-icon.png
Binary file not shown.
Binary file not shown.
Binary file removed packages/cli-debugger-ui/src/ui/assets/priority.wav
Binary file not shown.
83 changes: 0 additions & 83 deletions packages/cli-debugger-ui/src/ui/debuggerWorker.js

This file was deleted.

66 changes: 0 additions & 66 deletions packages/cli-debugger-ui/src/ui/index.css

This file was deleted.

84 changes: 0 additions & 84 deletions packages/cli-debugger-ui/src/ui/index.html

This file was deleted.

Loading

0 comments on commit 1afce36

Please sign in to comment.