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 startand 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-clinpx expo-optimize
npx eas build --platform androidnpx eas build --platform ios
npx eas submit --platform android --profile internalnpx eas submit --platform ios --profile internal