https://github.com/eveningkid/react-native-soundcloud-waveforms
Soundcloud waveforms interaction with Reanimated 2
https://github.com/eveningkid/react-native-soundcloud-waveforms
Last synced: about 2 months ago
JSON representation
Soundcloud waveforms interaction with Reanimated 2
- Host: GitHub
- URL: https://github.com/eveningkid/react-native-soundcloud-waveforms
- Owner: eveningkid
- Created: 2021-05-14T10:13:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T20:19:11.000Z (about 4 years ago)
- Last Synced: 2025-04-24T04:16:56.200Z (about 2 months ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Soundcloud Waveforms in React Native and Reanimated 2
Code used for [the following livestream](https://youtu.be/lhOXm2UFB18).
## Start from scratch
You can follow along [the video](https://youtu.be/lhOXm2UFB18) and start from the initial code by checking out to `start`:
```bash
git clone https://github.com/eveningkid/react-native-soundcloud-waveforms.git
cd react-native-soundcloud-waveforms
git checkout start
yarn install
yarn start
```## See the final version
The `main` branch contains the final version code (which is what you see right now!).