@nrwl/expo:preset

Usage

nx generate preset ...

By default, Nx will search for preset in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

nx g @nrwl/expo:preset ...

Show what will be generated without writing to disk:

nx g preset ... --dry-run

Options

appName

string

app name

directory

d
string

A directory where the project is placed

e2eTestRunner

string
Default: detox
Accepted values: detox, none

Adds the specified e2e test runner

js

boolean
Default: false

Generate JavaScript files rather than TypeScript files

linter

string
Default: eslint
Accepted values: eslint, tslint

The tool to use for running lint checks.

name

string

workspace name

skipFormat

boolean
Default: false

Skip formatting files

tags

t
string

Add tags to the project (used for linting)

unitTestRunner

string
Default: jest
Accepted values: jest, none

Test runner to use for unit tests