@react-native-community/cli-platform-ios
- Version 15.1.0
- Published
- 29.2 kB
- 1 dependency
- 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
This package is part of the [React Native CLI](../../README.md). It contains commands for managing iOS part of React Native app.
Index
Variables
Functions
Variables
variable commands
const commands: ( | { name: string; description: string; func: ( _: string[], ctx: any, args: { interactive: boolean } ) => Promise<void>; options: { name: string; description: string }[]; } | { name: string; description: string; func: (_: string[], ctx: any, args: any) => Promise<void>; examples: { desc: string; cmd: string }[]; options: ( | false | { name: string; description: string; parse?: undefined } | { name: string; description: string; parse: (val: string) => string[]; } | { 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: any) => Promise<string>; examples: { desc: string; cmd: string }[]; options: ( | false | { name: string; description: string; parse?: undefined } | { name: string; description: string; parse: (val: string) => string[]; } )[]; })[];
Functions
function dependencyConfig
dependencyConfig: ( folder: string, userConfig?: | import('@react-native-community/cli-types').IOSDependencyParams | null | undefined) => import('@react-native-community/cli-types').IOSDependencyConfig | null;
function projectConfig
projectConfig: ( folder: string, userConfig: any) => import('@react-native-community/cli-types').IOSProjectConfig | null;
Package Files (3)
Dependencies (1)
Dev Dependencies (1)
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[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](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 3154 ms. - Missing or incorrect documentation? Open an issue for this package.