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) 365 B
import { ReactNativeBuildIosOptions } from '../build-ios/schema'; import { ReactNativeStartOptions } from '../start/schema'; // part of options form https://github.com/react-native-community/cli/blob/main/packages/cli-platform-ios/src/commands/runIOS/index.ts export interface ReactNativeRunIosOptions extends ReactNativeBuildIosOptions { binaryPath?: string; }