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) 201 B
import { Tree } from '@nx/devkit'; /** * Remove eas-build-pre-install script from app's package.json. * This script causes an issue with Yarn 4. */ export default function update(tree: Tree): void;