@nx/react-native:sync-deps

Updates package.json with project dependencies.

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

all

boolean
Default: false

Copy all dependencies and devDependencies from the workspace root package.json.

exclude

Array<string>
Default: []

An array of npm packages to exclude.

include

Array<string>
Default: []

An array of additional npm packages to include.