Coinbase’s animated TabBar in React Native

88 · Coinbase · May 19, 2021, 6:47 p.m.
By Jacob ThorntonIntroduction to the “TabBar” user experienceYou’ve probably used this interaction countless times in your day to day life and not spent much time thinking about it. You see it on things like Instagram, Twitter, Apple Music, AND most recently on the Coinbase prices screen.It’s a simple tab component, with a scroll-away Header and TabBar that pins to the top of the screen. It allows you to swipe through the different TabViews, and it treats the overall scroll position intelligentl...