How to implement Instagram-style Profile Layout (header + horizontal scroll of vertical lists) #1985
Unanswered
rafaelderolez
asked this question in
Q&A
Replies: 0 comments
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.
-
Implementing Instagram-style Profile Layout (Header + Horizontal Scroll of Vertical List)
Overview
I'm trying to recreate the layout from Instagram's profile view:
It should work like Instagram's profile tabs: swipe between different content views (Posts, Reels, etc) with the header on top.
Visual Reference
What I've tried
I tried using a
FlashListwith aScrollViewwrapper for horizontal scrolling:I feel like I'm missing something obvious here, so any help is most welcome at this point.
Thanks! ✌️
Beta Was this translation helpful? Give feedback.
All reactions