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 721 B
import { TargetConfiguration, Tree } from '@nx/devkit'; import type { WithReactOptions } from '@nx/react'; import type { WithNxOptions } from '@nx/webpack'; import { NormalizedSchema } from './normalize-schema'; export declare function createBuildTarget(tree: Tree, options: NormalizedSchema): TargetConfiguration; export declare function createServeTarget(options: NormalizedSchema): TargetConfiguration; export declare function createNxWebpackPluginOptions(tree: Tree, options: NormalizedSchema): WithNxOptions & WithReactOptions; export declare function determineTsConfig(tree: Tree, options: NormalizedSchema): "tsconfig.app.json" | "tsconfig.lib.json" | "tsconfig.json"; //# sourceMappingURL=webpack-targets.d.ts.map