Commit 002c1bb
feat: Add accessibility collection support to VirtualizedList
This enables Android TalkBack to announce "item X of Y" when navigating
through VirtualizedList/FlatList items.
Changes:
- Add AccessibilityCollectionItem type to VirtualizedListProps
- Compute and pass accessibilityCollectionItem to each cell in VirtualizedList
- Apply accessibilityCollectionItem prop on cell wrapper View
- Add accessibilityCollection (rowCount/columnCount) to ScrollView
- Add Flow types for AccessibilityCollection and AccessibilityCollectionItem
- Fix FlatList multi-column grid accessibility with proper row/column indices
Closes #309751 parent 52ff392 commit 002c1bb
7 files changed
Lines changed: 3477 additions & 4 deletions
File tree
- packages
- react-native/Libraries
- Components/View
- Lists
- __tests__/__snapshots__
- virtualized-lists/Lists
- __tests__/__snapshots__
Lines changed: 49 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
215 | 247 | | |
216 | 248 | | |
217 | 249 | | |
| |||
220 | 252 | | |
221 | 253 | | |
222 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
223 | 271 | | |
224 | 272 | | |
225 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
649 | 658 | | |
650 | 659 | | |
651 | 660 | | |
652 | 661 | | |
653 | 662 | | |
| 663 | + | |
654 | 664 | | |
655 | 665 | | |
656 | 666 | | |
| |||
0 commit comments