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

9 lines (8 loc) 396 B
import { Tree } from '@nx/devkit'; import { StorybookStoriesSchema } from './schema'; /** * @deprecated This would be a direct pass through to @nx/react:stories generator. * TODO (@xiongemi): remove this generator for v19 */ export declare function storiesGenerator(host: Tree, schema: StorybookStoriesSchema): Promise<import("@nx/devkit").GeneratorCallback>; export default storiesGenerator;