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 (6 loc) 273 B
// options from https://github.com/facebook/react-native/blob/main/packages/community-cli-plugin/src/commands/start/index.js export interface ReactNativeStartOptions { port: number; resetCache: boolean; // default is false interactive: boolean; // default is true }