tns-template-tab-navigation
Advanced tools
Comparing version 3.1.5 to 3.2.0
@@ -8,6 +8,4 @@ if (global.TNS_WEBPACK) { | ||
global.registerModule("browse/Browse", () => require("./browse/BrowseView")); | ||
global.registerModule("featured/Featured", () => require("./featured/FeaturedView")); | ||
global.registerModule("home/Home", () => require("./home/HomeView")); | ||
global.registerModule("search/Search", () => require("./search/SearchView")); | ||
global.registerModule("settings/Settings", () => require("./settings/SettingsView")); | ||
} |
@@ -6,3 +6,3 @@ { | ||
"templateType": "App template", | ||
"version": "3.1.5", | ||
"version": "3.2.0", | ||
"description": "Tabbed interface template", | ||
@@ -32,7 +32,7 @@ "author": "Telerik <support@telerik.com>", | ||
"nativescript-theme-core": "1.0.4", | ||
"tns-core-modules": "3.1.1" | ||
"tns-core-modules": "3.2.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "4.4.1", | ||
"nativescript-dev-sass": "1.3.0", | ||
"eslint": "4.6.1", | ||
"nativescript-dev-sass": "1.3.2", | ||
"node-sass": "4.5.3" | ||
@@ -39,0 +39,0 @@ }, |
@@ -38,8 +38,6 @@ # NativeScript Core Tab Navigation Template | ||
There are five blank custom components used for the tab views located in these folders: | ||
There are three blank custom components used for the tab views located in these folders: | ||
- `/tabs/browse` | ||
- `/tabs/featured` | ||
- `/tabs/home` | ||
- `/tabs/search` | ||
- `/tabs/settings` | ||
@@ -46,0 +44,0 @@ ### Styling |
@@ -6,3 +6,2 @@ const observableModule = require("data/observable"); | ||
const viewModel = observableModule.fromObject({ | ||
iconPath: platform.isAndroid ? "res://" : "res://tabIcons/", | ||
title: "" | ||
@@ -9,0 +8,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2605309
116
544
67
+ Addedtns-core-modules@3.2.0(transitive)
+ Addedtns-core-modules-widgets@3.2.0(transitive)
- Removedtns-core-modules@3.1.1(transitive)
- Removedtns-core-modules-widgets@3.1.1(transitive)
Updatedtns-core-modules@3.2.0