diff --git a/packages/community-cli-plugin/README.md b/packages/community-cli-plugin/README.md index 3cf597929eb1e9..c6671157e5d150 100644 --- a/packages/community-cli-plugin/README.md +++ b/packages/community-cli-plugin/README.md @@ -30,6 +30,7 @@ npx react-native start [options] | `--sourceExts ` | Specify additional source extensions to bundle. | | `--max-workers ` | Set the maximum number of workers the worker-pool will spawn for transforming files. Defaults to the number of the cores available on your machine. | | `--transformer ` | Specify a custom transformer. | +| `--custom-resolver-options` | Custom resolver options in the form `key=value,key2=value2` | | `--reset-cache` | Remove cached files. | | `--custom-log-reporter-path ` | Specify a module path exporting a replacement for `TerminalReporter`. | | `--https` | Enable HTTPS connections. |