Skip to content

Commit

Permalink
docs: add --active-arch-only to run-android (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
radko93 authored Mar 31, 2022
1 parent f74eb3f commit e044e7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit e044e7b

Please sign in to comment.