-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor android bug fix, and version bump
- Loading branch information
Showing
6 changed files
with
57 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
require("application"); | ||
require("tns-core-modules/application"); | ||
if (!global["__snapshot"]) { | ||
/* | ||
In case snapshot generation is enabled these modules will get into the bundle but will not be required/evaluated. | ||
The snapshot webpack plugin will add them to the tns-java-classes.js bundle file. This way, they will be evaluated on app start as early as possible. | ||
*/ | ||
require("ui/frame"); | ||
require("ui/frame/activity"); | ||
require("tns-core-modules/ui/frame"); | ||
require("tns-core-modules/ui/frame/activity"); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nativescript-modal-datetimepicker", | ||
"version": "1.1.13", | ||
"version": "1.2.0", | ||
"description": "A nice looking modal date time picker.", | ||
"main": "modal-datetimepicker", | ||
"typings": "index.d.ts", | ||
|
@@ -80,6 +80,34 @@ | |
"name": "Luke Curran", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MCurran16" | ||
}, | ||
{ | ||
"name": "Hosikiti", | ||
"url": "https://github.com/hosikiti" | ||
}, | ||
{ | ||
"name": "Kevin Beckers", | ||
"url": "https://github.com/KevinBeckers" | ||
}, | ||
{ | ||
"name": "Jack Thomson", | ||
"url": "https://github.com/JackThomson2" | ||
}, | ||
{ | ||
"name": "Pete Morgan", | ||
"url": "https://github.com/pedromorgan" | ||
}, | ||
{ | ||
"name": "Gustavo Silva Teles", | ||
"url": "https://github.com/gustavost26" | ||
}, | ||
{ | ||
"name": "quen09t", | ||
"url": "https://github.com/quen09t" | ||
}, | ||
{ | ||
"name": "Ruslan Urmeev", | ||
"url": "https://github.com/russelarms" | ||
} | ||
], | ||
"repository": { | ||
|