File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 77 "**/*.js" : true ,
88 "**/*.js.map" : true
99 },
10- "tslint.configFile" : " ./build/tslint.json"
10+ "tslint.configFile" : " ./build/tslint.json" ,
11+ "nativescript.iosTeamId" : " CHSQ3M3P37"
1112}
Original file line number Diff line number Diff line change @@ -2197,6 +2197,8 @@ export class TabContentItem extends ContentView {
21972197export class TabNavigationBase extends View {
21982198 android: any /* android.view.View */ ;
21992199
2200+ getTabBarBackgroundArgbColor(): any
2201+
22002202 getTabBarBackgroundColor(): any
22012203
22022204 getTabBarColor(): any
Original file line number Diff line number Diff line change 22 "nativescript" : {
33 "id" : " org.nativescript.uitestsapp" ,
44 "tns-android" : {
5- "version" : " next "
5+ "version" : " 6.4.0-2020-01-06-172303-02 "
66 },
77 "tns-ios" : {
8- "version" : " next "
8+ "version" : " 6.3.0-2020-01-07-173547-01 "
99 }
1010 },
1111 "main" : " app.js" ,
You can’t perform that action at this time.
0 commit comments