Skip to content

feat(config): add runtimePackageName to IConfigPlatform#11237

Draft
Copilot wants to merge 3 commits into
mainfrom
copilot/add-runtime-package-name-support
Draft

feat(config): add runtimePackageName to IConfigPlatform#11237
Copilot wants to merge 3 commits into
mainfrom
copilot/add-runtime-package-name-support

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 2, 2026

Matches IConfigPlatform proposed runtimePackageName for the NativeScript CLI to support custom configured runtime packages (for usage with different NAPI/engine combinations).

Changes

  • packages/core/config/config.interface.ts — adds runtimePackageName?: string to IConfigPlatform, making it available on all platform sections (ios, android, visionos) via inheritance

Usage

// nativescript.config.ts
export default {
  android: {
    runtimePackageName: '@nativescript/android-quickjs',
  },
  ios: {
    runtimePackageName: '@nativescript/ios-hermes',
  },
} satisfies NativeScriptConfig;

ref: NativeScript/nativescript-cli#6039

Copilot AI changed the title [WIP] Add support for runtimePackageName in core config typings feat(config): add runtimePackageName to IConfigPlatform Jun 2, 2026
Copilot AI requested a review from NathanWalker June 2, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants