netguru / sticky-parallax-header

A simple React Native library, enabling the creation of fully customized header for your iOS and Android apps.
https://netguru.github.io/sticky-parallax-header/
MIT License
1.86k stars 190 forks source link

horizontal Scroll not working in renderBody #121

Closed crzycoder closed 2 years ago

crzycoder commented 4 years ago

I'm using AvatarHeader and inside the renderBody using FlatList horizontal but it's not working.

Batuhan-Akkaya commented 4 years ago

Same problem

kentplaza commented 4 years ago

Same problem, only can scroll vertically

toutouli commented 4 years ago

Same problem,Is there a solution to this problem?

widadtoumi commented 2 years ago

For anyone who still has this problem, as a workaround solution you can go to: node_modules/react-native-sticky-parallax-header/src/StickyParallaxHeader.js and turn off scrollEnabled in the props (line 413) to disable the tabs navigation.

mateusz1913 commented 2 years ago

This bug occurs in legacy v0.4.x version. Check out v1.0.x release candidate, which has scrollEnabled prop available