Skip to content

Commit 0ead266

Browse files
committed
fix: add accessibilityRole=header to header title
1 parent 5af5c29 commit 0ead266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/stack/src/views/Header/HeaderTitle.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default function HeaderTitle({ tintColor, style, ...rest }: Props) {
1212

1313
return (
1414
<Animated.Text
15+
accessibilityRole="header"
1516
numberOfLines={1}
1617
{...rest}
1718
style={[

0 commit comments

Comments
 (0)