Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/cli-platform-android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Launches the Metro Bundler in a new window using the specified terminal path.

> default: 'installDebug'

Run custom gradle tasks. If this argument is provided, then `--variant` option is ignored.
Run custom gradle tasks. If this argument is provided, then `--mode` option is ignored.
Example: `yarn react-native run-android --tasks clean,installDebug`.

#### `--active-arch-only`
Expand All @@ -73,7 +73,6 @@ Build native libraries only for the current device architecture for debug builds

List all available Android devices and simulators and let you choose one to run the app.


#### `--interactive`

Manually select a task and device/simulator you want to run your app on.
Expand Down