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) 441 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function reactNativeInitGenerator(host: Tree, schema: Schema): Promise<GeneratorCallback>; export declare function reactNativeInitGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>; export declare function updateDependencies(host: Tree, schema: Schema): GeneratorCallback; export default reactNativeInitGenerator;