We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b910260 commit 782b3a8Copy full SHA for 782b3a8
1 file changed
packages/core/config/config.interface.ts
@@ -13,7 +13,7 @@ interface IConfigPlatform {
13
/**
14
* Custom runtime package name.
15
* Override the npm package name of the NativeScript runtime used for this platform.
16
- * Useful when using a fork or a custom build of the runtime (e.g. "nativescript-android-runtime-fork").
+ * Useful when using a fork or a custom build of the runtime (e.g. "@nativescript/ios-hermes").
17
*/
18
runtimePackageName?: string;
19
}
0 commit comments