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
Tell us which versions you are using:
4.0.0-beta.21
I'm trying to hide the tab icon. I have tried setting the "icon" prop to null and also not specifying one at all. Are there any way to do this, without making a custom tabbar?
The text was updated successfully, but these errors were encountered:
I solved this by adding showIcon={false} to the Tabs component. I dont know why, but even though I had not provided an icon prop on the child scenes, there was visually left "room" for the icons, so that the labels were not centered at the tabs.
Tell us which versions you are using:
4.0.0-beta.21
I'm trying to hide the tab icon. I have tried setting the "icon" prop to null and also not specifying one at all. Are there any way to do this, without making a custom tabbar?
The text was updated successfully, but these errors were encountered: