Skip to content

CodeforLeipzig/leipziggiesst-expo

Repository files navigation

leipziggiesst-expo

leipziggiesst mobile apps with Expo

How to Run

  1. download Expo Go App for Android or iOS
  2. clone repository
  3. install dependencies npm install
  4. start the bundler with npm run start and scan the QR-Code with your phone to open the app in Expo Go

Config

eas update:configure

Install

npx expo install

Update

sudo npm install -g eas-cli npx expo install expo-updates npx eas update:configure

Optimize

  • npm install -g sharp-cli
  • npx expo-optimize

Build

  • npx eas build --platform android
  • npx eas build --platform ios

Submit

  • npx eas submit --platform android --profile internal
  • npx eas submit --platform ios --profile internal