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 205 B
import { Device } from '../types'; declare const getSimulators: () => { devices: { [index: string]: Device[]; }; }; export default getSimulators; //# sourceMappingURL=getSimulators.d.ts.map