Run yarn global add expo-cli and yarn.
To start the app, run expo start.
- Windows only: Enable WDL, as specified here
- Install the expo-cli:
yarn global add expo-cli - Bump version:
yarn standard-version --release-as major/minor/patch --dry-rungit push --follow-tags origin master
- Build for Android:
expo startexpo build:android -t app-bundleexpo upload:android --key <path to JSON key> --track <production,beta,alpha,internal,rollout>
- Build for iOS:
expo startexpo build:ios -t archiveexpo upload:ios --apple-id <id> --apple-id-password <pass>
- Build for Expo:
expo publish
In IntelliJ IDEA, follow the instructions here.
In VSCode, open the foodie.code-workspace and run the VSCode debugging configuration (F5). After that, scan the QR code with the Expo client or run expo android/expo ios.