Fixed header not rendered when renderStickyHeader provided
See original GitHub issueI 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:
- Created 7 years ago
- Reactions:8
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m currently having the same issue. Anyone know how to fix it?
Anyone fix this in the end?