We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26acdd9 commit 0ced04cCopy full SHA for 0ced04c
sample/.vscode/settings.json
@@ -7,4 +7,6 @@
7
"app/**/*.js": true,
8
"app/**/*.map": true
9
}
10
+,
11
+"typescript.tsdk": "./node_modules/typescript/lib"
12
sample/package.json
@@ -2,7 +2,7 @@
2
"nativescript": {
3
"id": "net.tangrainc.dropdownsample",
4
"tns-android": {
5
- "version": "2.0.0"
+ "version": "2.3.0"
6
},
"tns-ios": {
"version": "2.3.0"
0 commit comments