GitHub - orsi/chromatic-tuner: A chromatic tuner mobile application built in React Native for iOS and Android.

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

5 stars 0 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

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 git@github.com: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