William Sedlacek e942a85b1c
feat(react-native): debug option for build-android (#8702)
* feat(react-native): debug option for build-android

* docs(react-native): debug option
2022-02-07 21:39:31 -05:00

540 B

title description
@nrwl/react-native:build-android executor Release Build for Android.

@nrwl/react-native:build-android

Release Build for Android.

Options can be configured in workspace.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.

Options

apk

Type: boolean

Generate apk file(s) rather than a bundle (.aab).

debug

Type: boolean

Generate a debug build instead of a release build