Create your own Spotify Heart with React Native, Typescript and Reanimated 2!
The repository contains all the code of the application that we are building in this article:
Create Spotify heart animation with Reanimated 2 - tutorial
Do this part if you want to play with complete application from the article
clone the repo
git clone git@github.com:TheWidlarzGroup/Spotify-Heart-Reanimated.git
then
cd Spotify-Heart-Reanimated && yarn
and if you develop on iOS simulator:
cd ios && pod install