Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.1 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.1 KB


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