一款简单的App,输入大神的Github账号即可查询的大神的github相关信息。使用React Native开发的APP,支持ios和android。
点我下载 APK文件
Xcode: 8.2.1
react: 15.4.2
react-native: 0.41.2
{
"react-native-code-push"
"react-native-navbar"
"react-native-redux-router"
"redux-logger"
}
-
git clone https://github.com/byk04712/GithubFinder.git
-
cd GithubFinder && npm install
-
运行在安卓上
react-native run-android
-
运行在iOS上
react-native run-ios
- app/components 目录主要存放显示页面和公共组件
- app/logic 目录主要存放业务逻辑处理类
- app/utils 目录主要存放api接口调用和一些工具类