@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.
5 lines • 386 B
TypeScript
import { Device, IosProjectInfo } from '../types';
export declare function promptForSchemeSelection(project: IosProjectInfo): Promise<string>;
export declare function promptForConfigurationSelection(project: IosProjectInfo): Promise<string>;
export declare function promptForDeviceSelection(availableDevices: Device[]): Promise<Device | undefined>;
//# sourceMappingURL=prompts.d.ts.map