PedroBern / react-native-collapsible-tab-view

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

Two scroll on header questions #135

Open jishuxx opened 3 years ago

jishuxx commented 3 years ago

Hello, thank you very much for providing such a good component. I am very interested in the Scroll On Header component of this component. At present, I have found the following two problems with this function:

  1. Sliding sideways in the Header will synchronize sliding, resulting in TAB switching;
  2. If there are Horizontal slip images inside the Header area and the contents need to Scroll left and right, the Header cannot Scroll after setting PointerEvents ="box-none" in the Header area Please help to check whether there are good solutions for the above two problems, thank you
PedroBern commented 3 years ago

Hi @jishuxx try gesture handler components and let me know :)

metinaltinbas commented 9 months ago

@jishuxx Could you be able to find a solution ? Having the same problem.