Interface: StartArguments

CLI arguments passed from React Native CLI when running start command.

internal

Hierarchy

Table of contents

Properties

Properties

cert

Optional cert: string

Defined in

packages/repack/src/types.ts:69


host

Optional host: string

Defined in

packages/repack/src/types.ts:70


https

Optional https: boolean

Defined in

packages/repack/src/types.ts:71


interactive

Optional interactive: boolean

Defined in

packages/repack/src/types.ts:74


key

Optional key: string

Defined in

packages/repack/src/types.ts:72


platform

platform: string

Target application platform.

Inherited from

CommonArguments.platform

Defined in

packages/repack/src/types.ts:37


port

Optional port: number

Defined in

packages/repack/src/types.ts:73


resetCache

Optional resetCache: boolean

Whether to clean any persistent cache.

Inherited from

CommonArguments.resetCache

Defined in

packages/repack/src/types.ts:39


verbose

Optional verbose: boolean

Whether to log additional debug messages.

Inherited from

CommonArguments.verbose

Defined in

packages/repack/src/types.ts:41


webpackConfig

Optional webpackConfig: string

Custom path to Webpack config.

Inherited from

CommonArguments.webpackConfig

Defined in

packages/repack/src/types.ts:43