Merge branch 'master' of github.com:esteemapp/esteem-mobile

This commit is contained in:
Feruz 2018-07-22 21:52:39 +03:00
commit 79eedc3917

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# esteem-mobile
````
$ git clone https://github.com/esteemapp/esteem-mobile.git
$ cd esteem-mobile
$ npm install
$ react-native start
````
Run on Device/Emulator
````
$ react-native run-ios
$ react-native run-android
````