Interface
NativeScriptConfig
NativeScriptConfig
interface NativeScriptConfig {
android: IConfigAndroid;
appPath: string;
appResourcesPath: string;
cli: IConfigCLI;
cssParser: "rework" | "nativescript" | "css-tree";
hooks: IConfigHook[];
id: string;
ignoredNativeDependencies: string[];
ios: IConfigIOS;
main: string;
overridePods: string;
previewAppSchema: string;
profiling: InstrumentationMode;
shared: boolean;
webpackConfigPath: string;
}Summary
Properties
android
appPath
appResourcesPath
cli
cssParser
hooks
id
ignoredNativeDependencies
ios
main
overridePods
previewAppSchema
profiling
profiling?: InstrumentationMode
shared
webpackConfigPath
- Previous
- LoginResult
- Next
- NavigatedData