File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change
1
+ <Frame defaultPage =" main-page" >
2
+ </Frame >
Original file line number Diff line number Diff line change 1
- @import "~nativescript-theme-core/css/core.light.css" ;
1
+ @import "~@nativescript/theme/css/core.css" ;
2
+ @import "~@nativescript/theme/css/default.css" ;
2
3
3
4
Label {
4
5
border-color : # cccccc ;
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ var application = require("tns-core-modules/application");
2
2
var localize = require ( "nativescript-localize" ) ;
3
3
4
4
application . setResources ( { L : localize } ) ;
5
- application . run ( { moduleName : "main-page " } ) ;
5
+ application . run ( { moduleName : "app-root " } ) ;
Original file line number Diff line number Diff line change 7
7
"readme" : " NativeScript Application" ,
8
8
"dependencies" : {
9
9
"nativescript-localize" : " 4.2.0" ,
10
- "nativescript- theme-core " : " ^1.0.4 " ,
10
+ "@ nativescript/ theme" : " ~2.2.1 " ,
11
11
"nativescript-unit-test-runner" : " 0.7.0" ,
12
- "tns-core-modules" : " 6.0.1 "
12
+ "tns-core-modules" : " ~6.3.2 "
13
13
},
14
14
"devDependencies" : {
15
15
"jasmine-core" : " ^3.3.0" ,
16
16
"karma" : " ^4.0.0" ,
17
17
"karma-jasmine" : " ^2.0.1" ,
18
18
"karma-nativescript-launcher" : " ^0.4.0" ,
19
- "nativescript-dev-webpack" : " 1.0.1 " ,
19
+ "nativescript-dev-webpack" : " ~1.4.0 " ,
20
20
"tslint" : " ^5.8.0" ,
21
21
"karma-webpack" : " 3.0.5"
22
22
},
23
23
"nativescript" : {
24
24
"id" : " org.nativescript.demo.javascript" ,
25
25
"tns-ios" : {
26
- "version" : " 6.0.1 "
26
+ "version" : " 6.3.0 "
27
27
},
28
28
"tns-android" : {
29
- "version" : " 6.0.0 "
29
+ "version" : " 6.3.1 "
30
30
}
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments