混合式App react-native + native
####版本 React版本:16.3.0-alpha.1
React-Native:0.54.4
React-navigation:1.5.9
OS:(MacOS系统)
###Homebrew
这个是mac下的包管理工具,用于安装NodeJS和其他工具
####Node
brew install node
#####设置镜像
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global
####Yarn
这个是取代npm的建议安装,可以加速node模块的加载
npm install -g yarn react-native-cli
#####设置镜像
yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global
####安装相关module
npm install
react-native run-ios
/react-native run-android