Flipkart / recyclerlistview

High performance listview for React Native and web!
Apache License 2.0
5.22k stars 429 forks source link

setting the list on the same zIndex #747

Open Bayramito opened 1 year ago

Bayramito commented 1 year ago

Hello,

Is there any way to set my layout just like native scrollview's behavior.

What i mean is, in the RLV or Flatlist items behind setting like a card deck on top of each other. Which means, first item always stays under the second item.

Why i want to do this?

Simply i have a something like a posts screen and i want to have pinch zoom on the same screen just like instagram. But now what happens, when i zoom lets say on 3rd item, it stays behind the 4th but on front of the previous items 1,2.

I hope thats clear enough to explain my goal.