You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli-platform-android/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,9 @@ Build native libraries only for the current device architecture for debug builds
73
73
74
74
List all available Android devices and simulators and let you choose one to run the app.
75
75
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
+
76
79
### `build-android`
77
80
78
81
Usage:
@@ -108,6 +111,9 @@ Installs passed binary instead of building a fresh one. This command is not comp
108
111
109
112
Id of the User Profile you want to install the app on.
110
113
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.
Copy file name to clipboardExpand all lines: packages/cli-platform-ios/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,9 @@ Example:
104
104
npx react-native run-ios --extra-params "-jobs 4"
105
105
```
106
106
107
+
#### `--dependency-check`
108
+
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.
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.
0 commit comments