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) 207 B
import { Tree } from '@nx/devkit'; /** * Remove ensure-symlink target. * It is going to be supported by react-native version 0.73 by default. */ export default function update(tree: Tree): Promise<void>;