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
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