You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, tell us how to recreate the issue in as much detail as possible.
I upgraded my project from NativeScript 6 to 8 and I had the bottom navigation component and I saw that I have to use this plugin in order for it to work.
I have a home page where I group all the pages that I need for bottom navigation but the issue is that the icons of the bottom navigation are really small. I use the icons from app_resources folder and I have 3 different size but it seems that it only take the smallest one on iOS. The icons are in the folder app_resources/iOS and it is like icon.png, [email protected], [email protected] ...
The issue doesn't occur in Android
we should set the font herefont = font.withFontSize(30) this solve the problem but the spacing between the icon and the title stay the same, it should be handled also.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
-Package.json
Please, tell us how to recreate the issue in as much detail as possible.
I upgraded my project from NativeScript 6 to 8 and I had the bottom navigation component and I saw that I have to use this plugin in order for it to work.
I have a home page where I group all the pages that I need for bottom navigation but the issue is that the icons of the bottom navigation are really small. I use the icons from app_resources folder and I have 3 different size but it seems that it only take the smallest one on iOS. The icons are in the folder app_resources/iOS and it is like icon.png, [email protected], [email protected] ...
The issue doesn't occur in Android
Is there any code involved?
The text was updated successfully, but these errors were encountered: