@nrwl/expo:export

Export the JavaScript and assets for your app using Metro/webpack bundler.

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

bundler

Required
string
Default: metro
Accepted values: metro, webpack

Choose the bundler to compile for

clear

boolean

Clear the bundler cache before exporting

dev

boolean

Bundle for development environments without minifying code or stripping the DEV boolean. Configure static files for developing locally using a non-https server.

dumpAssetmap

string

Dump the asset map for further processing

dumpSourcemap

string

Dump the source map for debugging the JS bundle

maxWorkers

number

Maximum number of tasks to allow Metro to spawn

outputDir

string

The directory to export the static files to. Default: dist

platform

p
string
Accepted values: ios, android, all, web

Choose the platform to compile for