feat(iOS): Safe Area Support (#6230)

This commit is contained in:
Vasil Chimev
2018-09-28 18:21:50 +03:00
committed by GitHub
parent 46705ee332
commit 982acdc168
39 changed files with 3189 additions and 863 deletions

View File

@@ -6,10 +6,10 @@
"nativescript": {
"id": "org.nativescript.UnitTestApp",
"tns-ios": {
"version": "4.1.0"
"version": "4.2.0"
},
"tns-android": {
"version": "4.1.1"
"version": "4.2.0"
}
},
"dependencies": {
@@ -24,4 +24,4 @@
"tns-platform-declarations": "*",
"typescript": "^2.6.1"
}
}
}