henrychavez / nativescript-bottom-navigation

Nativescript plugin for Android & iOS to have the bottom navigation bar of Material Design
Apache License 2.0
58 stars 18 forks source link

title is not coming because of icon size #60

Closed kapilt61 closed 5 years ago

kapilt61 commented 5 years ago

Make sure to check the demo app(s) for sample usage

Make sure to check the existing issues in this repository

If the demo apps cannot help and there is no issue for your problem, tell us about it

Please, ensure your title is less than 63 characters long and starts with a capital letter.

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Describe the steps to reproduce it.

Is there any code involved?

kapilt61 commented 5 years ago

Hi Guys,

Titles are not visible even after changing the icon size.

Please have a look to package.json { "description": "NativeScript Application", "license": "SEE LICENSE IN <your-license-filename>", "readme": "NativeScript Application", "repository": "<fill-your-repository-here>", "nativescript": { "id": "appId", "tns-android": { "version": "5.2.1" }, "tns-ios": { "version": "5.3.1" } }, "dependencies": { "ajax-request": "^1.2.3", "base-64": "^0.1.0", "lodash": "^4.17.11", "nativescript-accordion": "^5.0.4", "nativescript-appversion": "^1.4.1", "nativescript-bottom-navigation": "^1.5.0", "nativescript-cardview": "^2.0.4", "nativescript-carousel": "^3.1.1", "nativescript-checkbox": "^3.0.3", "nativescript-downloader": "^1.0.3", "nativescript-drawingpad": "^3.0.2", "nativescript-drop-down": "^3.2.5", "nativescript-exit": "^1.0.1", "nativescript-geolocation": "^4.5.0", "nativescript-globalevents": "^1.2.2", "nativescript-grid-view": "^3.2.2", "nativescript-image-cache": "^1.1.5", "nativescript-insomnia": "^1.2.2", "nativescript-iqkeyboardmanager": "^1.4.0", "nativescript-loading-indicator": "^2.4.0", "nativescript-localstorage": "^1.1.5", "nativescript-pdf-view": "^2.0.1", "nativescript-sqlite": "https://github.com/divyanshujain12/sqlite-nativescript.git", "nativescript-theme-core": "~1.0.2", "nativescript-toasty": "^1.3.0", "nativescript-ui-listview": "^6.2.0", "tns-core-modules": "^5.3.1", "utf8": "^3.0.0" }, "devDependencies": { "babel-traverse": "6.4.5", "babel-types": "6.4.5", "babylon": "6.4.5", "copy-webpack-plugin": "~4.3.0", "css-loader": "~0.28.7", "extract-text-webpack-plugin": "~3.0.2", "lazy": "1.0.11", "nativescript-dev-webpack": "^0.9.2", "nativescript-worker-loader": "^0.8.1", "raw-loader": "~0.5.1", "resolve-url-loader": "~2.2.1", "uglifyjs-webpack-plugin": "~1.1.6", "webpack": "~3.10.0", "webpack-bundle-analyzer": "^2.13.1", "webpack-sources": "~1.1.0" } }

Thanks

henrychavez commented 5 years ago

can you please follow the steps? answer the questions about the platform, etc to have more information

henrychavez commented 5 years ago

closing this due to inactivity