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

8 lines (7 loc) 236 B
import { type Tree } from '@nx/devkit'; interface Schema { project?: string; skipFormat?: boolean; } export declare function convertToInferred(tree: Tree, options: Schema): Promise<() => void>; export default convertToInferred;