-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: Tab labels
flicker and disappear on initial render
#223
Comments
Hey, thanks for reporting the issue and providing a detailed description! Does it happen when you have 4 tabs or only 3? I will look into this 👍🏻 |
Thanks man! No idea, let me try to add more tabs and I'll write something here. Edit: I tried with 4 tabs and even 5 and I still get the exact same issue. |
Funny enough, I installed Never thought that could the issue. Maybe that's something to add to the documentation for others to know about, what do you think? Sorry for making you check on that issue. |
Whaat 🤣 it should work without the other library. But I'm glad that you are unblocked! I'll investigate the issue in the upcoming days! |
I'm having a similar issue on android where the label flickers each time that tab is selected. To get around this, I currently use the default Android label behavior, namely, only visible on the selected tab. Screen_Recording.mp4 |
Before submitting a new issue
Bug summary
Description
On Android, the bottom tab labels briefly appear during initial render, then disappear, leaving only the icons visible. This behavior doesn't occur on iOS where everything works as expected.
Expected Behavior
Tab labels should remain visible alongside their icons on Android, just as they do on iOS.
Actual Behavior
Additional Information
Tried various solutions including:
(Note that I've seen this issue since I started to use the package a couple months ago so I guess it's a running issue not something recently introduced. It works in a very very simple app, but whenever you have a more complex layout with Expo Router it seems to break but unsure about that if that's the reason.)
screen-20241221-190207.2.mp4
Library version
0.7.8
Environment info
Steps to reproduce
Reproduction
Reproducible sample code
The text was updated successfully, but these errors were encountered: