/QualityAssurance

A student project for Mobile Device Deployment :white_check_mark:

Primary LanguageJavaScript

Quality Assurance

stable
ios application

Ipad app for performing quality assurance checks in a warehouse environment.

Design Process
Prototype

Technologies:
React - React-Native
Flexbox

Run in simulator

  1. git clone https://github.com/erictrose/QualityAssurance.git
  2. npm install
  3. open ios>QualityAssurance.xcodeproj in Xcode
  4. select iPad simulator (not your device) as target device
  5. Hit run

Run on iPad

  1. git clone https://github.com/erictrose/QualityAssurance.git
  2. npm install
  3. make sure your ipad is on the same network
  4. change line 34 in ios>QualityAssurance>AppDelegate.m from localhost to your IP
  5. open ios>QualityAssurance.xcodeproj in Xcode
  6. select your device (not iPad simulator) as target device
  7. Hit run (you may need to stop and start again if the translator isnt loaded yet)

    note: it is bundled for offline use, but there is a bug with the png's. to run offline, comment out line 34 in ios>QualityAssurance>AppDelegate.m and uncomment line 42.