Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 469 Bytes

File metadata and controls

9 lines (8 loc) · 469 Bytes

HoneyDo

Sample repository for the HoneyDo app prototype

  1. Clone repo and run npm install
  2. Install react-native globaly npm install -g react-native and react-native-cli
  3. Install android studio (https://developer.android.com/studio/install)
  4. Change user name in android/local.properties to your user name sdk.dir = /Users/{USER_NAME}/Library/Android/sdk
  5. Start an emulator in android studio
  6. Run react-native run-android