facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
119.15k stars 24.32k forks source link

Position in Collection not supported by VirtualizedList #30975

Open amarlette opened 3 years ago

amarlette commented 3 years ago

Description

Position in Collection not supported by VirtualizedList. 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

Yogita98 commented 3 years ago

Hey @amarlette Can I work on this issue?

amarlette commented 3 years ago

Yes @Yogita98! In your PR please mention the issue so we can connect the two. 😃

amarlette commented 3 years ago

@Yogita98 I would recommend looking at the parent issue #30977 as @intergalacticspacehighway is working on Flatlist right now and what they've discussed with the React Native Core team could be helpful.

mdaj06 commented 3 years ago

@amarlette can i have a go at this?

mdaj06 commented 3 years ago

@amarlette can i start on this?

fabOnReact commented 1 year ago

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.

slandder commented 10 months ago

done and dusted boys

Shiva710211 commented 7 months ago

is this issue closed or not? If not I can also work on it