Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/core/config/config.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ interface IConfigPlatform {
* This can be very useful in production environments when you don't want your app to just crash if a developer forgot to guard against an unexpected JS level exception.
*/
discardUncaughtJsExceptions?: boolean;
/**
* Custom runtime package name.
* Override the npm package name of the NativeScript runtime used for this platform.
* For example, "@nativescript/ios-hermes"
*/
runtimePackageName?: string;
}

interface IOSSPMPackageBase {
Expand Down
Loading