- Nodejs
- React Native Setup
- Clone the repository.
https://github.com/joshsoftware/intranet-mobile.git
- Install the dependencies.
npm install
- Add Environment Variables
Refer .env.sample, create .env.dev and add the environment variables into it.
- Run app
To build application use following command:
npm run android
To run metro server use following command:
npm start
- Timesheet Management
- Leave Management
-
Production cd android ./gradlew bundleProdRelease
-
Output: android/app/build/outputs/bundle/prodRelease/app-prod-release.aab
-
Staging cd android ./gradlew bundleStageRelease
-
Output: android/app/build/outputs/bundle/stageRelease/app-stage-release.aab