yarn install: install dependanciesyarn start: run the metro serverexpo build:ios -t archive: build.ipaand upload to Expo account for publish to AppStoreexpo build:ios -t simulator: build for local iOS Simulator app
Expo must be installed globally to use those commands. yarn expo [...] should also work if not installed globally