An open-source drum-sequencer built using React Native and Expo
Test the app using this Expo Snack
Test the latest version by importing this repository ash shown on this page.
To run the app you will need to have the Expo CLI as outlined here. You can now clone and start working on the code for this app using the following commands:
- Clone the repository from GitHub
git clone https://github.com/linea-analytics/react-native-drum-sequencer.git
- Set the current directory to be
react-native-drum-sequencer
cd react-native-drum-sequencer
- Start the Expo app
npx expo start
