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:
npm run androidSet 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) |
- 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
eas build --profile previewAndroid --platform androidIt will generate an apk in expo.
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.
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.

