We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af5c29 commit 0ead266Copy full SHA for 0ead266
packages/stack/src/views/Header/HeaderTitle.tsx
@@ -12,6 +12,7 @@ export default function HeaderTitle({ tintColor, style, ...rest }: Props) {
12
13
return (
14
<Animated.Text
15
+ accessibilityRole="header"
16
numberOfLines={1}
17
{...rest}
18
style={[
0 commit comments