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 328 B
import { IosInfo } from '../types'; interface Args { scheme?: string; mode?: string; info: IosInfo | undefined; } export declare function selectFromInteractiveMode({ scheme, mode, info, }: Args): Promise<{ scheme?: string; mode?: string; }>; export {}; //# sourceMappingURL=selectFromInteractiveMode.d.ts.map