@nrwl/expo:build-android

Build and sign a standalone APK or App Bundle for the Google Play Store

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

Options

clearCredentials

c
boolean

Clear all credentials stored on Expo servers.

keystorePath

string

Path to your Keystore: *.jks.

keystoreAlias

string

Keystore Alias

noPublish

boolean

Disable automatic publishing before building.

noWait

boolean

Exit immediately after scheduling build.

publicUrl

string

The URL of an externally hosted manifest (for self-hosted apps).

releaseChannel

string

Pull from specified release channel.

skipWorkflowCheck

boolean

Skip warning about build service bare workflow limitations.

sync

boolean
Default: true

Syncs npm dependencies to package.json (for React Native autolink). Always true when --install is used.

type

t
string
Accepted values: app-bundle, apk

Type of build: [app-bundle⎮apk].