react native application for KP2 project users
- install react-native package at global scope. follow this instructions: https://facebook.github.io/react-native/docs/getting-started we use React Native CLI.
- install Android Studio to be able to use android emulator: https://developer.android.com/
- remember to add SDK to your path
- clone this repo ;)
- run
npm install
to install all dependencies mentioned inpackage.json
- 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.
- run developement server on you sys:
npm start
- note: keep this proc running while you're developing the project.
- you can update the app on emulator using R, R keys.
- press ctrl + m to see dev menu