UNPKG

@nx/react-native

Version:

The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: -Integration with libraries such as Jest, Detox, and Storybook. -Scaffolding for creating buildable libraries th

7 lines (6 loc) 225 B
import { Tree } from '@nx/devkit'; /** * This migration removes blockList in metro.config.js. * It is now excluding dist folder in watchFolders in withNxMetro. */ export default function update(tree: Tree): Promise<void>;