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.

5 lines 365 B
import { Device } from '../types'; export declare function promptForSchemeSelection(schemes: string[]): Promise<string>; export declare function promptForConfigurationSelection(configurations: string[]): Promise<string>; export declare function promptForDeviceSelection(availableDevices: Device[]): Promise<Device | undefined>; //# sourceMappingURL=prompts.d.ts.map