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.

12 lines (11 loc) 255 B
/** * Same as the @nx/react library schema, except it removes keys: style, routing, globalCss */ export interface Schema { path: string; name?: string; skipFormat?: boolean; skipTests?: boolean; export?: boolean; classComponent?: boolean; }