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

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

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!).