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.

12 lines 303 B
type FlagsT = { simulator?: string; udid?: string; }; export declare function getDestinationSimulator(args: FlagsT, fallbackSimulators?: string[]): { udid: string; name: string; booted: boolean; version: string; }; export {}; //# sourceMappingURL=getDestinationSimulator.d.ts.map