Mobile: Accessibility: Fix screen reader is unable to scroll settings tab list (#11429)

pull/11435/head
Henry Heino 2024-11-22 02:47:53 -08:00 committed by GitHub
parent db07bd208a
commit 3e911204df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ const SectionSelector: FunctionComponent<Props> = props => {
return (
<View style={containerStyle}>
<FlatList
role='tablist'
ref={setFlatListRef}
data={sections}
renderItem={onRenderButton}