react-native-parallax-scroll-view icon indicating copy to clipboard operation
react-native-parallax-scroll-view copied to clipboard

A ScrollView-like component with parallax and sticky header support.

Results 103 react-native-parallax-scroll-view issues
Sort by recently updated
recently updated
newest added

drag-sort Component is nested inside the ParallaxScrollView. How to ensure that the sliding of ParallaxScrollView is not triggered when dragging internal drag components

I wanted to show the title of the view underneath the background image. This parameter allows you to synchronize the appearance of the header accordingly. Without it, the normal header...

I tried to apply the shadow for the header by setting `shadow` | `elevation`. I have to remove the `overflow: 'hidden'` to make it work. And It worked on iOS,...

when i am scrolling in tab view the components get flickered and getting some itching sensation to the eyes. please help me to find out this issue.. scrolling is also...

Hi every body and thanks for this awesome and useful package . I will blur and image with scrolling to down can implement this idea with this package?

Same issue as #20. My problem is the following, I have my parallax view, and inside it I have a Tab Bar, this Tab Bar is composed by 4 tabs,...

Im having this bug. FixedHeader in Android did not show, if i render a Composite View. But Showed on Touchable. But on IOS doesnt have this problem.... This Code DOESNT...