react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Position in Collection not supported by SectionList

Open amarlette opened this issue 4 years ago • 5 comments

Description

Position in Collection not supported by SectionList. No components can be set as any collection role. With support for "List" or "Grid" roles would these would likely work as expected.

This issue is covered in-depth by parent issue #30977, please check there for more details.

React Native version:

0.63

amarlette avatar Feb 10 '21 20:02 amarlette

Hello @amarlette , I can take up this issue 👍

vikene avatar Jun 12 '21 08:06 vikene

Thank you @vikene! Please tag this issue number in the PR when you make it, it makes it much easier to link the two.

amarlette avatar Jun 15 '21 23:06 amarlette

Hey @amarlette is this issue still open? If so i can have a go at it

mdaj06 avatar Jul 31 '21 18:07 mdaj06

Hi @amarlette! Can I take up this one?

neer17 avatar Sep 02 '21 06:09 neer17

TalkBack support for ScrollView accessibility announcements (list and grid) #33180 initially landed on 20th April 2022. Java API relanded with commit a7bb9664009. JavaScript API relanded with commit cbf53bcaf0c, but reverted with commit c2169c776e271ea.

fabOnReact avatar Jan 11 '23 20:01 fabOnReact