Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 546 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 546 Bytes

SpotifyScroll

A barebones implementation of Spotify's playlist profile screen in React Native.

Branches

  • step-1 -> basic layout and component setup
  • step-2 -> adding scroll event listeners
  • step-3 -> keeping the hero section in place
  • step-4 -> animating the hero section
  • step-5 -> animating the shuffle play button
  • step-6 -> setting the initial scroll offset of the scrollview
  • step-7 -> adding content and basic styles
  • step-8 -> using onLayout to calculate heights dynamically
  • step-9 -> opacity animation on header title