Please see the project homepage for more information about the web application.
SkyPortal Mobile relies on Expo for building the mobile app. Installation and local development is relatively easy:
npm install
npx expo start
If you want to check a build in production-like settings, you should use:
npx expo start --no-dev --minify
Expo runs into package versioning issues sometimes. The easiest way to fix this is to run:
npx expo install --fix
and then commit the resulting package.json file.
SkyPortal Mobile relies on EAS Build for production builds.
eas build