Skip to content

Commit d61f771

Browse files
committed
Update nativescript packages
1 parent f2705cc commit d61f771

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ import InAppBrowser from 'nativescript-inappbrowser'
9191
preferredBarTintColor: '#453AA4',
9292
preferredControlTintColor: 'white',
9393
readerMode: false,
94-
animated: false,
94+
animated: true,
9595
modalPresentationStyle: 'overFullScreen',
9696
modalTransitionStyle: 'partialCurl',
97-
modalEnabled: false,
97+
modalEnabled: true,
9898
// Android Properties
9999
showTitle: true,
100100
toolbarColor: '#6200EE',

src/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"prompt": "^1.0.0",
5555
"rimraf": "^2.6.3",
5656
"semver": "^6.3.0",
57-
"tns-core-modules": "^6.0.1",
58-
"tns-platform-declarations": "^6.0.1",
57+
"tns-core-modules": "^6.0.2",
58+
"tns-platform-declarations": "^6.0.2",
5959
"tslint": "^5.18.0",
6060
"typescript": "~3.5.3"
6161
},

0 commit comments

Comments
 (0)