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 782b3a8 commit 1958a7aCopy full SHA for 1958a7a
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/ios-hermes").
+ * For example, "@nativescript/ios-hermes"
17
*/
18
runtimePackageName?: string;
19
}
0 commit comments