To run the app you should have react-native installed and go through following steps:
-
- clone repository (git clone https://github.com/keenethics/sportDiaryMobile.git)
-
- run
npm install
in the app root
- run
-
- Open /android folder in android studio or another android emulator and run project
-
react-native run-android
-
react-native start
for more information please visit official react-native getting started tutorial [https://facebook.github.io/react-native/docs/getting-started.html]