Revert package.json start up entry

Fixed bug where goBack took the last element in backstack while navigationQueue is not empty.
Fixed bug where goBack to specific entry in the backstack was removing that entry...
Removed duplicated method
Refactored method name
Fixed TS
This commit is contained in:
Hristo Hristov
2017-10-16 13:58:08 +03:00
parent 8026e46a72
commit 7bc0daf222

View File

@@ -1,4 +1,4 @@
{
"name": "tns-samples-apps",
"main": "navigation-app/app.js"
"main": "ui-tests-app/app.js"
}