From ba4aa909f2471b96ff2547e99347f7d387f815c1 Mon Sep 17 00:00:00 2001 From: szymonrybczak Date: Fri, 9 Feb 2024 12:32:59 +0100 Subject: [PATCH] docs: update `--tasks` option description --- packages/cli-platform-android/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/cli-platform-android/README.md b/packages/cli-platform-android/README.md index a75081740..fa9ec7805 100644 --- a/packages/cli-platform-android/README.md +++ b/packages/cli-platform-android/README.md @@ -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` @@ -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.