Skip to content

Nuvoex/TrackingApp

Repository files navigation

TrackingApp

NuvoEx Shipment Tracking App

Getting Start with react-native
https://facebook.github.io/react-native/docs/getting-started.html

Development Set Up

Install Git and Brew then:

  • Install Node "brew install node"
  • Install Watchman for watching changes in the filesystem "brew install watchman"
  • Install Android-sdk "brew install android-sdk"
  • Set ANDROID_HOME in ".profile"
  • Checkout this repo
  • Change dir to repo "cd TrackingApp"
  • Install Packages "npm install"

Run this App

  • For Staging
    (react-native run-android --variant=staging)&&(adb shell am start -n com.nuvoex.tracking.staging/com.tracking.MainActivity)

  • For Production
    (react-native run-android --variant=prod)&&(adb shell am start -n com.nuvoex.tracking.staging/com.tracking.MainActivity)