Replicate Spotify player screen scroll. React Native
I'm trying to replicate the scrolling full page card from spotify. I would like to have a player card that can be dismissed with a vertical swipe gesture, but I would also like this to be able to be scrollable for lyrics.
1. Dismissible with a Vertical Swipe: Users can swipe up or down to dismiss the player card.
2. Scrollable for Lyrics: The card should also allow users to scroll within it to read the lyrics.
Does anybody know how to do this?
0 Replies