Preview 2.0 is now in Public Beta!
Read the Announcement
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

android?: IConfigAndroid

appPath

appResourcesPath

appResourcesPath?: string

cssParser

cssParser?: "rework" | "nativescript" | "css-tree"

hooks

ignoredNativeDependencies

ignoredNativeDependencies?: string[]

overridePods

previewAppSchema

previewAppSchema?: string

webpackConfigPath

webpackConfigPath?: string
Previous
LoginResult