From e044e7b0f93afec2b7e0e0d98cc994c02a4df1e1 Mon Sep 17 00:00:00 2001 From: Radek Czemerys <7029942+radko93@users.noreply.github.com> Date: Thu, 31 Mar 2022 12:58:04 +0100 Subject: [PATCH] docs: add --active-arch-only to run-android (#1580) --- docs/commands.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/commands.md b/docs/commands.md index 0bfd2335b..75e6425da 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -349,6 +349,12 @@ Example: `yarn react-native run-android --tasks clean,installDebug`. > default: false Do not run [jetifier](https://www.npmjs.com/package/jetifier) – the AndroidX transition tool. By default it runs before Gradle to ease working with libraries that don't support AndroidX yet. + +#### `--active-arch-only` + +> default: false + +Build native libraries only for the current device architecture for debug builds. ### `run-ios`