@nrwl/expo:publish

Deploy a project to Expo hosting

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/configuration/projectjson#targets.

Options

clear

c
boolean
Default: false

Clear the Metro bundler cache

maxWorkers

number

Maximum number of tasks to allow Metro to spawn

quiet

q
boolean
Default: false

Suppress verbose output from the Metro bundler

releaseChannel

string
Default: default

The release channel to publish to. Default is 'default'.

sendTo

s
string

A phone number or email address to send a link to

target

t
string
Default: managed
Accepted values: managed, bare

Target environment for which this publish is intended. Options are managed or bare.