Skip to content
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

Bugs + (partial) Fixes: Non-responsiveness of "tabBarLabelStyle" and "tabBarLabel" in MaterialTopTabBar #11968

Closed
wants to merge 5 commits into from

Commits on Apr 28, 2024

  1. Bug fix non-responsive tabBarLabelStyle in MaterialTopTabBar.tsx

    MaterialTopTabBar is ignoring the prop "tabBarLableStyle", so the label style couldn't be changed. The bug was that the MaterialLabelType variable "lableStyle" is incompatible with the "label" input variable of customlabel in TabBarItemInternal (react-native-tab-view).
    DrStoop committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    b2d1470 View commit details
    Browse the repository at this point in the history
  2. Bug fix tabBarLabel non-responsive in MaterialTopTabBar.tsx

    The prop "tabBarLabel" is ignored by MaterialTopTabBar. It only displays the route name. This fix allows strings for "tabBarLabel" but no components (as suggested by docs).
    DrStoop committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3bb6a2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a78e0f3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update TabBar.tsx: fix broken labelStyle prop pass through

    labelStyle is not being passed through to TabBarItem -> TabBarItemInternal
    DrStoop committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fb71bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    726c6fc View commit details
    Browse the repository at this point in the history