Skip to content

由于工作关系,目前已经基本处于弃坑状态。

Notifications You must be signed in to change notification settings

fengerzh/Wecanmobile

Repository files navigation

Wecanmobile

创投管理平台客户端,采用react-native技术,整合了redux, saga, apisauce, native-base, 微信登录等模块。持续更新中。

安装

npm install
brew update
brew install watchman
brew cask install reactotron
npm install -g react-native-cli

开发环境

因为我们并非全局安装flow,所以还需要在Atom的Preference -> Packages -> Nuclide -> Settings -> Nuclide-flow勾选Use the Flow binary included in each project's flow-bin。

调试

调试iOS

react-native run-ios

调试Android,需要先创建一个名为android60的虚拟机。

./start-android
react-native run-android