@@ -182,13 +182,14 @@ The build cache is populated either by a local build or when downloaded frome re
182182
183183` run:ios ` extends the functionality of ` build:ios ` with additional runtime options.
184184
185- | Option | Description |
186- | :----------------------- | :---------------------------------------- |
187- | ` --port <number> ` | Bundler port (default: 8081) |
188- | ` --binary-path <string> ` | Path to pre-built .app binary |
189- | ` --device <string> ` | Device/simulator to use (by name or UDID) |
190- | ` --catalyst ` | Run on Mac Catalyst |
191- | ` --local ` | Force local build with xcodebuild |
185+ | Option | Description |
186+ | :----------------------- | :----------------------------------------------------------------- |
187+ | ` --port <number> ` | Bundler port (default: 8081) |
188+ | ` --binary-path <string> ` | Path to pre-built .app binary |
189+ | ` --device <string> ` | Device/simulator to use (by name or UDID) |
190+ | ` --catalyst ` | Run on Mac Catalyst |
191+ | ` --local ` | Force local build with xcodebuild |
192+ | ` --dev-server ` | Automatically start a dev server (bundler) after building the app. |
192193
193194You can also pass the same environmental variables listed in [ ` build:ios ` options] ( #supported-environmental-variables ) to the ` run:ios ` command.
194195
@@ -235,12 +236,13 @@ The `run:android` command runs your Android app on an emulator or device. It ext
235236
236237Same as for ` build:android ` and:
237238
238- | Option | Description |
239- | :------------------------- | :------------------------------------ |
240- | ` --app-id <string> ` | Application ID |
241- | ` --app-id-suffix <string> ` | Application ID suffix |
242- | ` --binary-path <string> ` | Path to pre-built APK |
243- | ` --local ` | Force local build with Gradle wrapper |
239+ | Option | Description |
240+ | :------------------------- | :----------------------------------------------------------------- |
241+ | ` --app-id <string> ` | Application ID |
242+ | ` --app-id-suffix <string> ` | Application ID suffix |
243+ | ` --binary-path <string> ` | Path to pre-built APK |
244+ | ` --local ` | Force local build with Gradle wrapper |
245+ | ` --dev-server ` | Automatically start a dev server (bundler) after building the app. |
244246
245247### ` rock sign:android ` Options
246248
0 commit comments