可以使用 git
git clone https://github.com/qiangxinyu/ReactNativeExample
或者直接下载 zip
然后解压
进入项目目录
cd ReactNativeExample
然后进入对应目录,比如 ReactNative1
cd ReactNative1
然后安装依赖
npm install
然后安装用到的第三方
npm install react-native-tab-navigator --save
react-native run-ios