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