a--hoang / DirtyDrawz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DirtyDrawz

usage on Android:

  1. Follow the instructions to install react native on your system: https://facebook.github.io/react-native/docs/getting-started.html
  2. Clone or download this repository
  3. Open terminal in the directory of the project
  4. run 'npm install'
  5. To run on android device or emulator:
    • make sure device is connected or emulator is running
    • to install application on device, run react-native run-android
    • once application is installed, run react-native start, then open or reload application on device

usage on iOS:

  1. Follow the instruction to install react native on your system: https://facebook.github.io/react-native/docs/getting-started.html
  2. Clone or download this repository
  3. Open terminal in the directory of the project
  4. run 'npm install'
  5. To run on iOS device or emulator:
    • first update the index.ios.js file in your root project directory to match the index.android.js file
    • make sure all the dependencies listed in the dependencies.json file have been downloaded and their version match
    • to download the desired dependences use the npm install --save command with each dependency name.
    • Run the code in xCode by opening up the project within XCode and then hitting the CMD+R keys.
    • This should open up an iOS emulator with the application
    • (Note: When we ran this app on a MacBook Pro we ran into the issue that our styling was off and some of the dependencies we (downloaded failed to work. This may not be a general issue.)

after you get in there...

As this App using Firebase, you should have your own Firebase project before build the App. Instructions are:

About


Languages

Language:JavaScript 88.8%Language:Objective-C 8.3%Language:Python 1.5%Language:Java 1.3%