Shopify / flash-list

A better list for React Native
https://shopify.github.io/flash-list/
MIT License
5.52k stars 284 forks source link

Can't apply overflow visible to the list header / content #723

Open samuelBenh opened 1 year ago

samuelBenh commented 1 year ago

Current behavior

Capture d’écran 2022-12-26 à 15 29 15 Capture d’écran 2022-12-26 à 15 29 15

Overflow visible not working with my flashlist content (cf: screenshots top horizontal label list cropped )

Expected behavior

I want the content of my list to have an overflow visible applied

To Reproduce

Wrap the flash list with a view with style "overflow: visible"

Platform:

Environment

1.4.0

Jackmekiss commented 1 year ago

Same here

gunslingerOP commented 1 year ago

Same here but it is horizontal, this issue does not happen to FlatList. image

samholmes commented 10 months ago

What would it take to make the content within the scroll view overflow outside of the container of the scroll view?

Sgr57 commented 9 months ago

Same here. It would be very useful to include the option to make the content overflow visible.

jgo80 commented 4 months ago

Is there any news on this? I would like to scroll FlashList underneath a BlurView. I tried to work with offsets and an absolute overlay, but in the end it messes up the scrollIndicators... (the height of the BlurView is dynamic)