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
- Host: GitHub
- URL: https://github.com/thewidlarzgroup/spotify-heart-reanimated
- Owner: TheWidlarzGroup
- License: mit
- Created: 2022-02-17T20:45:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T20:37:55.000Z (over 2 years ago)
- Last Synced: 2025-04-11T03:40:51.905Z (about 2 months ago)
- Topics: animation, heart, like, react-native, reanimated, reanimated2, spotify
- Language: TypeScript
- Homepage:
- Size: 9.03 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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

### 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
```