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.

6 lines 322 B
import { IOSProjectConfig } from '@react-native-community/cli-types'; export declare function getXcodeProjectAndDir(iosProjectConfig: IOSProjectConfig | undefined): { xcodeProject: import("@react-native-community/cli-types").IOSProjectInfo; sourceDir: string; }; //# sourceMappingURL=getXcodeProjectAndDir.d.ts.map