Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.68 KB

README.md

File metadata and controls

53 lines (41 loc) · 1.68 KB

wmf-expo

'Wo ist Weihnachtsmarkt' mobile apps with Expo

App stores

Get started

This is an Expo project created with create-expo-app.

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

In the output, you'll find options to open the app in a

Config

eas update:configure

Install

npx expo install

Update general to latest

sudo npm install -g npm-check-updates ncu -u npm install

Update EAS

sudo npm install -g eas-cli npx expo install expo-updates npx eas update:configure When initial run: npx eas build:configure

Optimize

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

Pre-check

npx expo-doctor

Build

  • npx eas build --platform android
  • npx eas-cli@latest build --platform ios

Submit

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