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

4 lines 241 B
import { Tree } from '@nx/devkit'; export declare function createApp(tree: Tree, appName: string): Promise<void>; export declare function createLib(tree: Tree, libName: string): Promise<void>; //# sourceMappingURL=testing-generators.d.ts.map