Skip to content

Commit 16eb2c5

Browse files
committed
chore: update NativeScript.api.md
1 parent aa05c68 commit 16eb2c5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
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
}

api-reports/NativeScript.api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2197,6 +2197,8 @@ export class TabContentItem extends ContentView {
21972197
export class TabNavigationBase extends View {
21982198
android: any /* android.view.View */;
21992199

2200+
getTabBarBackgroundArgbColor(): any
2201+
22002202
getTabBarBackgroundColor(): any
22012203

22022204
getTabBarColor(): any

e2e/ui-tests-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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",

0 commit comments

Comments
 (0)