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.

8 lines 263 B
import { Device } from '../types'; type FlagsT = { simulator?: string; udid?: string; }; export declare function getDestinationSimulator(args: FlagsT, fallbackSimulators?: string[]): Device; export {}; //# sourceMappingURL=getDestinationSimulator.d.ts.map