gorhom / react-native-sticky-item

An interactive sticky item inspired by Facebook Stories.
MIT License
909 stars 49 forks source link

Can't swipe under the sticky element #15

Closed hirbod closed 4 years ago

hirbod commented 4 years ago

When I compare to facebook, it blocks swipe when you try to swipe on the minimized element. Thats fine, the same is in your component. But when I try to swipe under the sticky item, looks like the hitslop (which is good for tapping) blocks the swipe though. Facebook allows swiping there.

So I kinda have to swipe always using the second element. Its not super bad and not a terrible UX but it would be nice if it could accept the swipe under the minimized too.

I think the hitslop is just too big and blocks the gesture, because the right part of the first item is swipeable, but not the edge part

hirbod commented 4 years ago

IMG_0353

gorhom commented 4 years ago

i solve this issue with #14 , but i'll cherry pick it and push it later

gorhom commented 4 years ago

solved with v1.3.2