UNPKG

@react-native-community/cli-platform-ios

Version:

This package is part of the [React Native CLI](../../README.md). It contains commands for managing iOS part of React Native app.

15 lines 530 B
import { IOSProjectInfo } from '@react-native-community/cli-types'; export type BuildFlags = { mode: string; packager: boolean; verbose: boolean; xcconfig?: string; buildFolder?: string; port: number; terminal: string | undefined; interactive?: boolean; destination?: string; extraParams?: string[]; }; export declare function buildProject(xcodeProject: IOSProjectInfo, udid: string | undefined, scheme: string, args: BuildFlags): Promise<string>; //# sourceMappingURL=buildProject.d.ts.map