An open API service indexing awesome lists of open source software.

https://github.com/thewidlarzgroup/spotify-heart-reanimated

Spotify heart (like button) animation recreated with React Native, Typescript, Styled components and Reanimated 2. The repository is an integral part of the Spotify Heart Reanimated Article
https://github.com/thewidlarzgroup/spotify-heart-reanimated

animation heart like react-native reanimated reanimated2 spotify

Last synced: about 2 months ago
JSON representation

Spotify heart (like button) animation recreated with React Native, Typescript, Styled components and Reanimated 2. The repository is an integral part of the Spotify Heart Reanimated Article

Awesome Lists containing this project

README

        

# Spotify Heart Reanimated

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](https://thewidlarzgroup.com/spotify-heart/)

### Animation preview

![Spotify Heart](./src/assets/animation.gif)

### App Installation

Do this part if you want to play with complete application from the article

clone the repo

```bash
git clone [email protected]:TheWidlarzGroup/Spotify-Heart-Reanimated.git
```

then

```bash
cd Spotify-Heart-Reanimated && yarn
```

and if you develop on iOS simulator:

```bash
cd ios && pod install
```