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.

6 lines 215 B
import { Tree } from '@nx/devkit'; /** * Remove deprecated dependencies from the root and app package.json. */ export default function update(tree: Tree): void; //# sourceMappingURL=remove-deprecated-deps.d.ts.map