Skip to content

Commit

Permalink
Add contributing note to dev server packages (facebook#39127)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#39127

Will be referenced in react-native-community/cli#2055.

Changelog: [Internal]

bypass-github-export-checks

Differential Revision: D48603224

fbshipit-source-id: 4d9f4ebc4226795db570b897bc16fa916c9daf0b
  • Loading branch information
huntie authored and facebook-github-bot committed Aug 23, 2023
1 parent 1be2ac3 commit 0a21987
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/community-cli-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ Accepts all options supported by [`bundle`](#bundle) and the following:
| Option | Description |
| - | - |
| `--indexed-ram-bundle` | Force the "Indexed RAM" bundle file format, even when building for Android. |

## Contributing

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.
4 changes: 4 additions & 0 deletions packages/dev-middleware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ WebSocket handler for registering device connections.
#### `/inspector/debug`

WebSocket handler that proxies CDP messages to/from the corresponding device.

## Contributing

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 comments on commit 0a21987

Please sign in to comment.