Skip to content

Commit 5ba57fd

Browse files
committed
fix(tabs)(bottom-navigation): major rewrite and refactoring to fix issues on android
1 parent 758dad7 commit 5ba57fd

File tree

14 files changed

+995
-1540
lines changed

14 files changed

+995
-1540
lines changed

packages/tabs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "@nativescript-community/ui-material-tabs",
33
"version": "6.2.13",
44
"description": "Material Design Tabs organize content across different screens, data sets, and other interactions.",
5-
"main": "./tabs",
5+
"main": "./index",
66
"sideEffects": false,
7-
"typings": "./tabs.d.ts",
7+
"typings": "./index.d.ts",
88
"scripts": {
9-
"tsc": "../../node_modules/.bin/cpy ../../src/tabs/tabs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10-
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\tabs\\tabs.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
9+
"tsc": "../../node_modules/.bin/cpy ../../src/tabs/index.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d",
10+
"tsc-win": "..\\..\\node_modules\\.bin\\cpy ..\\..\\src\\tabs\\index.d.ts .\\ && ..\\..\\node_modules\\.bin\\tsc --skipLibCheck -d",
1111
"build": "npm run tsc",
1212
"build.win": "npm run tsc-win",
1313
"build.all": "npm run build && npm run build.angular",

0 commit comments

Comments
 (0)