Skip to content

Commit

Permalink
fix: remove accessibilityRole from header component
Browse files Browse the repository at this point in the history
  • Loading branch information
farhoudshapouran committed Feb 20, 2025
1 parent d1c9531 commit c61d5bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const Header = ({
<View
style={[defaultStyles.headerContainer, styles?.header]}
className={classNames.header}
accessibilityRole="header"
>
{navigationPosition === 'left' ? (
<View style={defaultStyles.container}>
Expand Down

0 comments on commit c61d5bc

Please sign in to comment.