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
I checked for possible duplicate issues, with possible answers.
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
On initial render, tab labels appear briefly
As soon as the icons load, the labels disappear
Only icons remain visible in the tab bar
This only happens on Android, iOS works correctly
Additional Information
Tried various solutions including:
Explicit tabBarLabel props
screenOptions with tabBarShowLabel: true
Pre-loading icons
Custom tab bar styling
None of these approaches resolved the issue
(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.)
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: