File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 43
43
"@angular/platform-browser-dynamic" : " ~8.2.3" ,
44
44
"@angular/router" : " ~8.2.3" ,
45
45
"nativescript-angular" : " ~8.2.0" ,
46
- "nativescript-app-sync" : " file:../publish/package/nativescript-app-sync-1 .0.7 .tgz" ,
46
+ "nativescript-app-sync" : " file:../publish/package/nativescript-app-sync-2 .0.0 .tgz" ,
47
47
"nativescript-theme-core" : " ~1.0.6" ,
48
48
"reflect-metadata" : " ~0.1.13" ,
49
49
"rxjs" : " ~6.5.2" ,
Original file line number Diff line number Diff line change 2
2
<StackLayout class =" p-20" >
3
3
4
4
<!-- <Label text="I'm AppSync iOS" class="t-20 text-center c-orange" textWrap="true"/>-->
5
- <!-- <Label text="I'm AppSync Android (mandatory) " class="t-20 text-center c-orange" textWrap="true"/>-->
6
- <Label text =" I'm the APPSTORE version.." class =" t-20 text-center c-orange" textWrap =" true" />
5
+ <!-- <Label text="I'm AppSync Android! " class="t-20 text-center c-orange" textWrap="true"/>-->
6
+ <Label text =" I'm the " APPSTORE" version.." class =" t-20 text-center c-orange" textWrap =" true" />
7
7
8
8
<Label text =" {{ message }}" class =" t-20 m-30 text-center c-black" textWrap =" true" />
9
9
Original file line number Diff line number Diff line change 26
26
},
27
27
"homepage" : " https://github.com/NativeScript/template-hello-world-ts" ,
28
28
"android" : {
29
- "v8Flags" : " --expose_gc"
29
+ "v8Flags" : " --expose_gc" ,
30
+ "markingMode" : " none"
30
31
},
31
32
"devDependencies" : {
32
33
"nativescript-dev-typescript" : " ^0.3.0"
Original file line number Diff line number Diff line change 31
31
"ci.tslint" : " npm i && tslint --config '../tslint.json' 'demoapp/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'"
32
32
},
33
33
"dependencies" : {
34
- "nativescript-app-sync" : " file:../publish/package/nativescript-app-sync-1 .0.7 .tgz" ,
34
+ "nativescript-app-sync" : " file:../publish/package/nativescript-app-sync-2 .0.0 .tgz" ,
35
35
"nativescript-theme-core" : " ~1.0.4" ,
36
36
"nativescript-unit-test-runner" : " 0.7.0" ,
37
37
"tns-core-modules" : " ~6.2.0"
You can’t perform that action at this time.
0 commit comments