'Wo ist Weihnachtsmarkt' mobile apps with Expo
This is an Expo project created with create-expo-app
.
- download Expo Go App for Android or iOS
- clone repository
- install dependencies
npm install
- 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
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
eas update:configure
npx expo install
sudo npm install -g eas-cli
npx expo install expo-updates
npx eas update:configure
When initial run:
npx eas build:configure
npm install -g sharp-cli
npx expo-optimize
npx eas build --platform android
npx eas-cli@latest build --platform ios
npx eas submit --platform android --profile internal
npx eas submit --platform ios --profile internal