lropero / subkiosk

Self-Order DEMO Kiosk using React Native and MobX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SubKiosk

Self-order demo kiosk

Requires

  • CocoaPods v1.9.0
  • Node v14.3.0
  • Yarn v1.22.4

Installation

$ yarn

Starting simulator

Starts bundler + simulator, first time it'll take a while

$ yarn run start

If simulator fails to start with "Could not find simulator" error then yarn run devices and replace simulator in packages.json's start script with an existing one in your system.

Running on device

  • Open SubKiosk/ios/SubKiosk.xcodeproj in Xcode
  • Go to project settings -> General
  • Pick a valid Team under Signing for targets SubKiosk and SubKioskTests
  • Connect iPad using cable and select device in Xcode once it's recognized
  • Click the Play button

Debugging (both simulator and device)

  • Install React Native Debugger
  • Enable Remote JS Debugging in the Developer Menu (simulator ⌘+D, device shake)

About

Self-Order DEMO Kiosk using React Native and MobX.


Languages

Language:JavaScript 91.5%Language:Objective-C 4.1%Language:Ruby 2.1%Language:Java 1.7%Language:Starlark 0.6%