Skip to content

skyportal/skyportal-mobile

Repository files navigation


SkyPortal Logo
SkyPortal Mobile

An Astronomical Data Platform

Please see the project homepage for more information about the web application.

Installation & Usage

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

Debugging package issues

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.

Production builds

SkyPortal Mobile relies on EAS Build for production builds.

eas build

About

Mobile version of the SkyPortal app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published