question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fixed header not rendered when renderStickyHeader provided

See original GitHub issue

I have this code:

<ParallaxScrollView
            parallaxHeaderHeight={359}
            stickyHeaderHeight={60}
            renderForeground={this.renderForeground}
            renderBackground={this.renderBackground}
            renderFixedHeader={this.renderFixedHeader}>

and the fixed header rendered as expected. But when i add this line: renderStickyHeader={this.renderStickyHeader} the sticky header rendered but fixed header disappear.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:8
  • Comments:7

github_iconTop GitHub Comments

2reactions
tiaaaa123commented, Aug 17, 2016

I’m currently having the same issue. Anyone know how to fix it?

1reaction
flikQcommented, Sep 6, 2018

Anyone fix this in the end?

Read more comments on GitHub >

github_iconTop Results From Across the Web

is there a 'fixed header' or 'sticky header' for react native?
The react native's component FlastList has a property ListHeaderComponent for rendering a header and another one to stick it ...
Read more >
react-native-parallax-scroll-view - Bountysource
A ScrollView-like component with parallax and sticky header support. ... OnScroll, RefreshControl and onEndReached of nested ListView not working $ 0.
Read more >
react-native-sticky-header-footer-scroll-view - npm
Sticky header and footer to any component and make it scrollable. ... //Inside of a component's render() method: render() { return ...
Read more >
Using Table Enhancer plugin together with ConfiForms ...
... with ConfiForms TableView to render sticky header for the table ... A free macro available on Atlassian marketplace to help you to...
Read more >
Fixed Header not working — DataTables forums
I have an issue with the Fixed Header in datatables.. I really don't know why it's not working. Not much to go on....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found