Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 988 Bytes

README.md

File metadata and controls

49 lines (36 loc) · 988 Bytes

CPICWorkshop

首先安装npm环境:

https://docs.npmjs.com/getting-started/installing-node

建议安装完成后切换至国内npm源(例如淘宝源): 编辑~/.npmrc文件,加入以下内容

registry = https://registry.npm.taobao.org

安装React Native命令行工具:

npm install -g react-native-cli

使用git clone本仓库

git clone https://github.com/lingoer/CPICWorkshop.git

在模拟器中运行Demo

对于iOS,需要安装Xcode

对于Android需要准备以下环境:

  • Android Studio
  • SDK 23
  • build tools 23.0.1
  • 模拟器
cd CPICWorkshop
react-native run-ios
#或者
react-native run-android

IDE

我们建议使用Webstorm作为我们的默认IDE https://www.jetbrains.com/webstorm/

参考文档(英文):

https://facebook.github.io/react-native/docs/getting-started.html#content

参考文档(中文):

http://reactnative.cn/docs/0.30/getting-started.html