PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
829 stars 160 forks source link

Enable vertical scroll on header with pressable image #232

Open zorx opened 2 years ago

zorx commented 2 years ago

i have a pressable image in my header and i would like to allow scrolling through this image, so the image must allow vertical scrolling & be pressable.

any idea to handle this ?

owaisansarii commented 2 years ago

i have a pressable image in my header and i would like to allow scrolling through this image, so the image must allow vertical scrolling & be pressable.

any idea to handle this ?

Any progress here?

zorx commented 2 years ago

i'm using https://github.com/zyslife/react-native-head-tab-view instead

lucianobracco-geojam commented 1 year ago

Do we have any updates on this?

andreialecu commented 1 year ago

Do we have any updates on this?

It's been requested a few times. There's also an attempt to implement this in a hacky way here, but that approach is not really good for merging: https://github.com/PedroBern/react-native-collapsible-tab-view/pull/254

Doesn't seem to be possible to do properly, see discussion in: https://github.com/software-mansion/react-native-gesture-handler/discussions/2033#discussioncomment-2747981