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 340 B
import { ExecutorContext } from '@nx/devkit'; import { ExpoEasUpdateOptions } from './schema'; export interface ReactNativeUpdateOutput { success: boolean; } export default function buildExecutor(options: ExpoEasUpdateOptions, context: ExecutorContext): AsyncGenerator<ReactNativeUpdateOutput>; //# sourceMappingURL=update.impl.d.ts.map