Skip to content

Commit e044e7b

Browse files
authored
docs: add --active-arch-only to run-android (#1580)
1 parent f74eb3f commit e044e7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/commands.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,12 @@ Example: `yarn react-native run-android --tasks clean,installDebug`.
349349
> default: false
350350
351351
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.
352+
353+
#### `--active-arch-only`
354+
355+
> default: false
356+
357+
Build native libraries only for the current device architecture for debug builds.
352358

353359
### `run-ios`
354360

0 commit comments

Comments
 (0)