Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwgang/GankCamp-React-Native
gank.io (干货集中营) react-native版本,同时支持Android和iOS
https://github.com/iwgang/GankCamp-React-Native
gank react-native
Last synced: 3 months ago
JSON representation
gank.io (干货集中营) react-native版本,同时支持Android和iOS
- Host: GitHub
- URL: https://github.com/iwgang/GankCamp-React-Native
- Owner: iwgang
- License: mit
- Created: 2016-05-24T16:20:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T03:26:05.000Z (over 8 years ago)
- Last Synced: 2024-04-30T07:31:53.654Z (6 months ago)
- Topics: gank, react-native
- Language: JavaScript
- Homepage:
- Size: 42.5 MB
- Stars: 252
- Watchers: 15
- Forks: 64
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE.md
- License: LICENSE
Awesome Lists containing this project
README
[![@iwgang](https://img.shields.io/badge/weibo-%40iwgang-blue.svg)](http://weibo.com/iwgang)
# GankCamp-React-Native
这是一款用react-native实现的Gank.io(干货集中营)客户端,支持Android及iOS,并针对不同平台的设计规范,界面也有一些差异化.#### 更新 v1.3 (2016-06-05) (下载[APK](https://raw.githubusercontent.com/iwgang/GankCamp-React-Native/master/apk/GankCamp_v1.3.apk),iOS请自行编译)
1. 干货增加前端分类
1. 优化推荐页面UI
1. 已知bug修复[更多更新记录](https://github.com/iwgang/GankCamp-React-Native/blob/master/CHANGE.md)
### 截图
![](https://raw.githubusercontent.com/iwgang/GankCamp-React-Native/master/screenshot/gif_android_1.3.gif)**左图: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](http://gank.io)提供数据api
### 使用到的技术点* react-native api
* React.js + JSX
* ES6
* Redux
* realm
### 感谢以下开源
* [react-native](https://github.com/facebook/react-native)
* [react-redux](https://github.com/reactjs/react-redux)
* [redux-thunk](https://github.com/gaearon/redux-thunk)
* [f8app](https://github.com/fbsamples/f8app)
* [realm](https://realm.io/docs/react-native/latest)
* [React-Native-Gank (By Bob1993)](https://github.com/Bob1993/React-Native-Gank)
* [react-native-spinkit(loading动画)](https://github.com/maxs15/react-native-spinkit)
* [PhotoView(by bm-x,android端的图片查看 原生库)](https://github.com/bm-x/PhotoView)### License
`MIT`