App for Scale Boy robot written in react native
This will not work. It is missing the google-services.plist and google-services.json because they contain API keys
To Run:
Android
- download neccessary Java https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- download Android Sudio from https://developer.android.com/studio/index.html and download neccessary SDK stuff according to https://facebook.github.io/react-native/docs/getting-started
- download files from here
- run cmd.exe or terminal and cd into downloaded project
- type 'npm install' and press enter
- type 'react-native run-android' and press enter
iOS (can only run on Mac)
- download files from here
- open terminal and cd into project
- run "npm install" in terminal
- run "react-native run-ios" in terminal