Mobile app for abakus.no
- Node.js
- npm
- Expo account with access to the
webkomorganization
npm installLog in to Expo:
npx eas-cli loginBuild the development client:
# Android
npx eas-cli build --platform android --profile development
# iOS
npx eas-cli build --platform ios --profile developmentOnce the build has completed (typically within 10–15 minutes), open the EAS build page, download the development build, and install it on your device.
Note: A new development build is only required after native changes, such as:
- adding or updating native dependencies
- changing the Expo configuration
- updating Firebase configuration
- upgrading the Expo SDK
npx expo start --dev-clientWith the development build installed, open the app on your device and connect to the local Metro server.