Atomic Object Pair Lunch Picker
- Install Xcode
- Install xcode command line tools
sudo xcode-select --switch /Applications/Xcode.appsudo xcode-select --install
- Install Android Studio either manually, or by running
brew install android-studio - Run
node -vand make sure you are running node version 16.3.1. You can use nvm to change your node version. - Run
yarn compilein the project root directory to install packages. - Run
yarn iosoryarn androidfor ios or android respectively.