Ipad app for performing quality assurance checks in a warehouse environment.
Technologies:
React - React-Native
Flexbox
- git clone https://github.com/erictrose/QualityAssurance.git
- npm install
- open ios>QualityAssurance.xcodeproj in Xcode
- select iPad simulator (not your device) as target device
- Hit run
- git clone https://github.com/erictrose/QualityAssurance.git
- npm install
- make sure your ipad is on the same network
- change line 34 in ios>QualityAssurance>AppDelegate.m from localhost to your IP
- open ios>QualityAssurance.xcodeproj in Xcode
- select your device (not iPad simulator) as target device
- 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.