• Stars
    star
    252
  • Rank 161,312 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

gank.io (干货集中营) react-native版本,同时支持Android和iOS

@iwgang

GankCamp-React-Native

这是一款用react-native实现的Gank.io(干货集中营)客户端,支持Android及iOS,并针对不同平台的设计规范,界面也有一些差异化.

更新 v1.3 (2016-06-05) (下载APK,iOS请自行编译)

  1. 干货增加前端分类
  2. 优化推荐页面UI
  3. 已知bug修复

更多更新记录

截图

左图:Android, 右图:iOS

其它截图 (下列截图为Android版本的,iOS版本类似)

运行

  • 步骤一
git clone https://github.com/iwgang/GankCamp-React-Native.git
cd GankCamp-React-Native && npm install
  • 步骤二
    • Anroid
      react-native run-android
    • iOS
      进行ios目录下的GankCamp.xcodeproj文件(需提前安装好xcode)

感谢Gank.io提供数据api

使用到的技术点

  • react-native api
  • React.js + JSX
  • ES6
  • Redux
  • realm

感谢以下开源

License

MIT