该项目来自阿里开发人员,你的又一GitHub客户端。
项目地址:https://github.com/xiekw2010/react-native-gitfeed
git clone https://github.com/xiekw2010/react-native-gitfeed.git
1、进入react-native-gitfeed
目录:
cd react-native-gitfeed
2、安装依赖:
npm install
先打开一个模拟器或者链接上真机。然后运行下面的命令:
react-native run-android
1、进入ios
目录:
cd ios
2、使用CocoaPods安装依赖的第三方项目:
pod install
3、运行app:
react-native run-ios