Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Atlas CMMS Mobile App

This project aims to help manage assets, schedule maintenance and track work orders. This is the mobile app developed with React Native. You can use the live app and configure it with your custom server url, or build the app locally

And please star the repo.

Screenshot:

Start/run

npm run android

Configuration

Set these environment variables in the command line or creating a .env file

Name Required Description Default Value
API_URL Yes Your public api url (empty)

Build

Setup

  • Create a firebase project. Export google-services.json.
  • Place the json file in android/app
  • Create an expo account.
  • Run npm install -g eas-cli

Generate apk

eas build --profile previewAndroid --platform android

It will generate an apk in expo.

Getting help

If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker or send an email at ibracool99@gmail.com.

Getting involved

You can contribute in different ways. Sending feedback on features, fixing certain bugs, implementing new features, etc. Instructions on how to contribute can be found in CONTRIBUTING.