nativescript.config.ts 253 B

1234567891011
  1. import { NativeScriptConfig } from '@nativescript/core';
  2. export default {
  3. id: 'org.nativescript.aab',
  4. appPath: 'app',
  5. appResourcesPath: 'App_Resources',
  6. android: {
  7. v8Flags: '--expose_gc',
  8. markingMode: 'none'
  9. }
  10. } as NativeScriptConfig;