@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