/mobile-application

react native application for Planium project users

Primary LanguageJavaScript

mobile-application

react native application for KP2 project users

Developement setup

  1. install react-native package at global scope. follow this instructions: https://facebook.github.io/react-native/docs/getting-started we use React Native CLI.

  1. install Android Studio to be able to use android emulator: https://developer.android.com/
  • remember to add SDK to your path

  1. clone this repo ;)
  • run npm install to install all dependencies mentioned in package.json
  1. make sure your emulator is up then:
  • run react-native run-android to build android source code and install it on your emulator
  • note: after build finished, kill the proc! might not work correctly.

  1. run developement server on you sys: npm start
  • note: keep this proc running while you're developing the project.

notes on using emulator

  • you can update the app on emulator using R, R keys.
  • press ctrl + m to see dev menu