@react-native-community/cli-platform-ios
- Version 10.2.0
- Published
- 170 kB
- 6 dependencies
- MIT license
Install
npm i @react-native-community/cli-platform-ios
yarn add @react-native-community/cli-platform-ios
pnpm add @react-native-community/cli-platform-ios
Overview
Overview not available.
Index
Variables
Functions
Variables
variable commands
const commands: ( | { name: string; description: string; func: () => Promise<void> } | { name: string; description: string; func: ( _: string[], ctx: any, args: import('./runIOS').FlagsT ) => Promise<void>; examples: { desc: string; cmd: string }[]; options: ( | { name: string; description: string; default?: undefined; parse?: undefined; } | { name: string; default: string | number; parse: NumberConstructor; description?: undefined; } | { name: string; description: string; default: string | undefined; parse?: undefined; } )[]; } | { name: string; description: string; func: ( _: string[], ctx: any, args: import('./buildIOS').FlagsT ) => void | Promise<string>; examples: { desc: string; cmd: string }[]; options: ( | { name: string; description: string; default?: undefined; parse?: undefined; } | { name: string; default: string | number; parse: NumberConstructor; description?: undefined; } | { name: string; description: string; default: string | undefined; parse?: undefined; } )[]; })[];
variable findPodfilePaths
const findPodfilePaths: (cwd: string) => string[];
Functions
function dependencyConfig
dependencyConfig: ( folder: string, userConfig?: IOSDependencyParams | null) => IOSDependencyConfig | null;
function projectConfig
projectConfig: ( folder: string, userConfig: IOSProjectParams) => IOSProjectConfig | null;
Returns project config by analyzing given folder and applying some user defaults when constructing final object
Package Files (3)
Dependencies (6)
Dev Dependencies (4)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@react-native-community/cli-platform-ios
.
- Markdown[](https://www.jsdocs.io/package/@react-native-community/cli-platform-ios)
- HTML<a href="https://www.jsdocs.io/package/@react-native-community/cli-platform-ios"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2747 ms. - Missing or incorrect documentation? Open an issue for this package.