Replies: 2 comments
-
Hey, This is the first time I've seen such a weird appearance of a native tab bar. Are you sure you are not using a custom one? If so can you provide an example of your tab bar? It shouldn't behave like this. |
Beta Was this translation helpful? Give feedback.
-
Hi Oskar! This is how I'm using my TabBar:
Where the Tabs component is defined as desccribed in the docs
I started my project with expo default template and then I removed almost everything after. I don't know if it can has something related to that...
Am I doing something wrong here? Thanks! |
Beta Was this translation helpful? Give feedback.
-
In the examples showed in the docs, only the icon has an active color on iOS (there is no active background color).
But, I don't know why, I have a background color which uses the 'tabBarActiveTintColor' with an opacity (as seen below).
Why I having this behavior? Is there a way to turn this off or set the color to the same as the
tabBarStyle={{ backgroundColor: '#fff' }}
??I tried a lot of ways but couldn't achieve it. Can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions