How to render Tabs in StickyHeaderScrollView along with scrollable header. #352
Unanswered
yadavmurari111
asked this question in
Q&A
Replies: 1 comment 1 reply
-
To check how to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request
I am looking at React Native Sticky Parallax Header library and I'm a bit confused about it.
I want to have a 'Tabbed Header Pager', but with a custom Header, which seems to be not possible through inbuilt options. I tried creating a view on top of the tabs and animating it myself, but still the 4 tabs ( each containing flatlist) are not performant.
Custom Sticky Header looks good to my requirements, But I am not sure how to get the tabs working on it. I see renderTabs method , but the tabs aren't visible. No props for supplying the tabs[]
How to achieve the 'Tabbed Header Pager' with a custom header?
Beta Was this translation helpful? Give feedback.
All reactions