mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2024-11-28 01:33:43 +03:00
11 lines
259 B
TypeScript
11 lines
259 B
TypeScript
import { NativeScriptConfig } from '@nativescript/core';
|
|
|
|
export default {
|
|
id: 'org.nativescript.elmnative',
|
|
appPath: 'app',
|
|
appResourcesPath: 'App_Resources',
|
|
android: {
|
|
v8Flags: '--expose_gc',
|
|
markingMode: 'none'
|
|
}
|
|
} as NativeScriptConfig; |