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
Currently, the MaterialTabBar component does not support setting the accessibilityState for the tab items. This is crucial for accessibility(voice over) as it helps screen readers identify the selected tab.
Feature request
Currently, the MaterialTabBar component does not support setting the accessibilityState for the tab items. This is crucial for accessibility(voice over) as it helps screen readers identify the selected tab.
Current behavior
No accessibilityState is assigned.
My current container looks like this:
props
return noting in renderTabBar when logged. if they would return the active state for exampleprops.isFocused
then I can do:The text was updated successfully, but these errors were encountered: