feat(datepicker): ability to show time via showTime property (#9570)

This commit is contained in:
Nathan Walker
2022-03-04 19:32:47 -08:00
committed by GitHub
parent c68d002c9a
commit ab4e47a1c1
11 changed files with 189 additions and 24 deletions

View File

@@ -17,13 +17,15 @@
"ios": {
"executor": "@nativescript/nx:build",
"options": {
"platform": "ios"
"platform": "ios",
"noHmr": true
}
},
"android": {
"executor": "@nativescript/nx:build",
"options": {
"platform": "android"
"platform": "android",
"noHmr": true
}
},
"clean": {