Skip to content

unacms/una-mobile-app

Repository files navigation

UNACMS Mobile Apps 👋

This is source code of UNA mobile apps for iOS and Android based on Expo. Mobile apps need to have Nexus UNA app installed.

Get started

  1. Install dependencies

    npm install
  2. Create native iOS and Android project files

    npx expo prebuild
  3. Run iOS app

    npm run ios

    or Android app

    npm run android

Rebranding

  • Edit constants/setings.ts to specify your domain and other settings.
  • Edit constants/theme.ts to specify custom colors.
  • Edit images in assets/images to change app icons.
  • Edit app.js to change app bundle and app name.
  • Make sure to run npx expo prebuild after editing app.js file.

Automate some the of the above changes by running:

npm run rebrand

Learn more

To learn more about extending this project with Expo, look at the following resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •