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) 224 B
import { Tree } from '@nx/devkit'; /** * This migration remove blockList in metro.config.js. * It is now excluding dist folder in watchFolders in withNxMetro. */ export default function update(tree: Tree): Promise<void>;