Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed #25 (Events are not passed through to the foreground view if STICKY_HEADER_HEIGHT overlaps) #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

naxel
Copy link

@naxel naxel commented Oct 14, 2016

fixed #25 (Events are not passed through to the foreground view if STICKY_HEADER_HEIGHT overlaps)

inputRange: [0, stickyHeaderHeight],
outputRange: [0, stickyHeaderHeight],
extrapolate: 'clamp'
});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe height need to be declared as const, don't see it changing later in code.
Also maybe it could be replaced with call to interpolate in View parameters, similar to opacity

@frontmesh
Copy link

I don't get why this PR isn't merged and new release bumped if Readme.md clearly states that the PR are welcome to this project. It has been here more than a half year.
This PR fixes quite annoying bug. If you are doing open source please do it right... @jaysoo

fungilation added a commit to fungilation/react-native-parallax-scroll-view that referenced this pull request Aug 5, 2017
fungilation added a commit to fungilation/react-native-parallax-scroll-view that referenced this pull request Aug 5, 2017
patheinen added a commit to patheinen/react-native-parallax-scroll-view that referenced this pull request Sep 28, 2017
@i6mi6
Copy link
Owner

i6mi6 commented Oct 16, 2017

@naxel Would you resolve the conflict and resubmit the PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Events are not passed through to the foreground view if STICKY_HEADER_HEIGHT overlaps
5 participants