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
* - `focusedIcon`: icon to use as the focused tab icon, can be a string, an image source or a react component @renamed Renamed from 'icon' to 'focusedIcon' in v5.x
78
78
* - `unfocusedIcon`: icon to use as the unfocused tab icon, can be a string, an image source or a react component @supported Available in v5.x with theme version 3
79
79
* - `badge`: badge to show on the tab icon, can be `true` to show a dot, `string` or `number` to show text.
80
-
* - `accessibilityLabel`: accessibility label for the tab button
80
+
* - `aria-label`: accessibility label for the tab button
* - `focusedIcon`: icon to use as the focused tab icon, can be a string, an image source or a react component @renamed Renamed from 'icon' to 'focusedIcon' in v5.x
89
92
* - `unfocusedIcon`: icon to use as the unfocused tab icon, can be a string, an image source or a react component @supported Available in v5.x with theme version 3
90
93
* - `badge`: badge to show on the tab icon, can be `true` to show a dot, `string` or `number` to show text.
91
-
* - `accessibilityLabel`: accessibility label for the tab button
94
+
* - `aria-label`: accessibility label for the tab button
0 commit comments