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.

26 lines 559 B
export declare const projectWithPodfileOnly: { ios: {}; }; export declare const project: { ios: { Podfile: string; 'demoProject.xcodeproj': { 'project.pbxproj': any; }; }; }; export declare const withExamples: { Examples: { Podfile: string; 'exampleProject.xcodeproj': { 'project.pbxproj': any; }; }; ios: { Podfile: string; 'demoProject.xcodeproj': { 'project.pbxproj': any; }; }; }; //# sourceMappingURL=projects.d.ts.map