-
Notifications
You must be signed in to change notification settings - Fork 380
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
make the sticky header appear when scrollview pass certain point #142
Comments
@kirhim Just put your content in |
hey @anthonyk1225 can you supply an example? i'm also interested in this. |
https://gist.github.com/anthonyk1225/1e9f4949050cdd2fdd7762189da1d63e The header won't appear, until you start to scroll past what is in |
did you find a solution? |
This doesn't work if you need to render a background. Frankly it doesnt work well at all. |
What I ended up doing was using the fixed header and using an Animated.View to have it appear after the user scrolled a certain amount. It worked quite well. The only thing is you can't use the native driver when using this Animated.View's animations. |
I love this library!
This is exactly what I was looking for :)
I am just wondering if I could make the sticky header appear when I scroll the view to a certain point.
Right now the sticky header starts to appear immediately when scrolling to the top. But don't want the sticky header to appear right away. I want it to appear when I scroll up to a certain point.
Could this be done?
The text was updated successfully, but these errors were encountered: