The configuration of a web application to be embedded in a React Native application.

Hierarchy

  • Portal

Properties

assetMaps?: AssetMap[]
index?: string

The name of the initial file to load. If omitted, 'index.html' is used.

initialContext?: {
    [key: string]: any;
}

Any data needed at initial render when a portal is loaded.

Type declaration

  • [key: string]: any
liveUpdate?: LiveUpdateConfig
name: string

The name of the Portal to be referenced. Must be unique

plugins?: CapacitorPlugin[]

Any Capacitor plugins to be made available to the Portal

startDir?: string

The root directory of the web application relative to Bundle.main on iOS and src/main/assets on Android. If omitted, name is used.

Generated using TypeDoc