Skip to content

Commit e5e05b1

Browse files
committed
add new flag to README
1 parent f81b0bc commit e5e05b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/cli-platform-android/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ Build native libraries only for the current device architecture for debug builds
7373
7474
List all available Android devices and simulators and let you choose one to run the app.
7575

76+
#### `--dependency-check`
77+
Check if there are any transitive dependencies containing native code that are not declared as a direct dependency in your package.json. If any found, prompts if you want to install and autolink them before running an app.
78+
7679
### `build-android`
7780

7881
Usage:
@@ -108,6 +111,9 @@ Installs passed binary instead of building a fresh one. This command is not comp
108111

109112
Id of the User Profile you want to install the app on.
110113

114+
#### `--dependency-check`
115+
Check if there are any transitive dependencies containing native code that are not declared as a direct dependency in your package.json. If any found, prompts if you want to install and autolink them before building an app.
116+
111117
### `log-android`
112118

113119
Usage:

0 commit comments

Comments
 (0)