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

6 lines (5 loc) 208 B
export interface ReactNativeSyncDepsOptions { include: string[] | string; // default is an empty array [] exclude: string[] | string; // default is an empty array [] all: boolean; // default is false }