leipziggiesst mobile apps with Expo
- download Expo Go App for Android or iOS
- clone repository
- install dependencies
npm install
- start the bundler with
npm run start
and scan the QR-Code with your phone to open the app in Expo Go
eas update:configure
npx expo install
sudo npm install -g eas-cli
npx expo install expo-updates
npx eas update:configure
npm install -g sharp-cli
npx expo-optimize
npx eas build --platform android
npx eas build --platform ios
npx eas submit --platform android --profile internal
npx eas submit --platform ios --profile internal