Skip to content

Commit

Permalink
Mobile: Accessibility: Fix screen reader is unable to scroll settings…
Browse files Browse the repository at this point in the history
… tab list (#11429)
  • Loading branch information
personalizedrefrigerator authored Nov 22, 2024
1 parent db07bd2 commit 3e91120
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const SectionSelector: FunctionComponent<Props> = props => {
return (
<View style={containerStyle}>
<FlatList
role='tablist'
ref={setFlatListRef}
data={sections}
renderItem={onRenderButton}
Expand Down

0 comments on commit 3e91120

Please sign in to comment.