enrecipes/nativescript.config.ts
2021-04-01 17:53:44 +05:30

12 lines
259 B
TypeScript

import { NativeScriptConfig } from "@nativescript/core"
export default {
id: "com.vishnuraghav.enrecipes",
appPath: "app",
appResourcesPath: "app/resources",
android: {
v8Flags: "--expose_gc",
markingMode: "none",
}
} as NativeScriptConfig