UNPKG

@nx/expo

Version:

The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.

7 lines (6 loc) 249 B
export interface ExpoSyncDepsOptions { include: string[] | string; // default is an empty array [] exclude: string[] | string; // default is an empty array [] all: boolean; // default is false excludeImplicit: boolean; // default is false }