Skip to content

Commit de03162

Browse files
huntiefacebook-github-bot
authored andcommitted
Add contributing note to dev server packages (#39127)
Summary: Pull Request resolved: #39127 Will be referenced in react-native-community/cli#2055. Changelog: [Internal] bypass-github-export-checks Reviewed By: motiz88 Differential Revision: D48603224 fbshipit-source-id: ac98565cf2f739e02f3d552522fa7ab39ebb9771
1 parent 1be2ac3 commit de03162

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/community-cli-plugin/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,7 @@ Accepts all options supported by [`bundle`](#bundle) and the following:
8585
| Option | Description |
8686
| - | - |
8787
| `--indexed-ram-bundle` | Force the "Indexed RAM" bundle file format, even when building for Android. |
88+
89+
## Contributing
90+
91+
Changes to this package can be made locally and tested against the `rn-tester` app, per the [Contributing guide](https://reactnative.dev/contributing/overview#contributing-code). During development, this package is automatically run from source with no build step.

packages/dev-middleware/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ WebSocket handler for registering device connections.
8080
#### `/inspector/debug`
8181

8282
WebSocket handler that proxies CDP messages to/from the corresponding device.
83+
84+
## Contributing
85+
86+
Changes to this package can be made locally and tested against the `rn-tester` app, per the [Contributing guide](https://reactnative.dev/contributing/overview#contributing-code). During development, this package is automatically run from source with no build step.

0 commit comments

Comments
 (0)