Skip to content

WeHIT/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18d6908 · Jun 15, 2017

History

65 Commits
Mar 21, 2017
Jan 15, 2017
Jun 11, 2017
May 6, 2017
Jun 15, 2017
Jun 15, 2017
Jan 15, 2017
Jan 15, 2017
Feb 19, 2017
Jan 15, 2017
Jan 15, 2017
Jan 15, 2017
Jan 15, 2017
May 23, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Jun 11, 2017
Jun 11, 2017

Repository files navigation

React Native App @ WeHIT

Environment

  • macOS 12.04
  • Node 7.6.0
  • React Native 0.40.0
  • CodePush 1.17.4-beta

QuickStart

  1. git clone the repo
git clone https://github.com/WeHIT/client
cd client
  1. yarn install
yarn
  1. rnpm link
rnpm link
  1. react-native run
react-native run-ios

or

react-native run-android

You may encounter some problem such as Xcode、Android SDK or ADB. You can solve it by React Native Doc and Google.

Tips

  1. This App use Redux to handle the data flow, you can download React Native Debugger Apps to look more.
  2. This App use codepush@MicroSoft to handle the hot update, you can learn more at CodePush Doc or Google.