Skip to content

A chromatic tuner mobile application built in React Native for iOS and Android.

Notifications You must be signed in to change notification settings

orsi/chromatic-tuner

Repository files navigation

Chromatic Tuner

Installation

Make sure to install all necessary tools for react-native by following (this guide)[https://reactnative.dev/docs/environment-setup].

git clone [email protected]:orsi/chromatic-tuner.git
cd chromatic-tuner
npm ci

Run

Start metro server:

npx react-native start

Open a new terminal tab and run iOS or Android emulator:

# Android
npx react-native run-android

# iOS
cd ios
pod install
cd ..
npx react-native run-ios