Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit ce9238d

Browse files
committed
update readme
1 parent 8e24465 commit ce9238d

12 files changed

+151
-18
lines changed

README.md

Lines changed: 56 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,92 @@
1-
# About Gank.io
1+
# react-native-gank.io
22

33
A cross platform App which shows the data from [gank.io](http://gank.io)
44

5-
# Version Info
5+
react-native version: **0.38**
66

7-
- App version: 0.6.0 (**Implementing, please Do NOT clone it**)
7+
*Read this in other languages: [简体中文](https://github.com/wangdicoder/react-native-Gank/blob/master/README.zh-cn.md)*
88

9-
- react-native version: 0.38
9+
## Download
1010

11-
# How to run it
11+
Apk file is [here](https://github.com/wangdicoder/react-native-Gank/blob/master/android/app/app-release.apk)
1212

13-
1. git clone https://github.com/wangdicoder/Gank.io
13+
## How to run it
1414

15-
2. cd Gank.io
15+
1. git clone https://github.com/wangdicoder/react-native-Gank
16+
17+
2. cd react-native-Gank
1618

1719
3. npm install
1820

1921
4. react-native link (this step is for add the icon component)
2022

2123
5. react-native run-android / run-ios
2224

23-
# Feature and Screenshot
25+
## Features and Screenshots
26+
27+
### good layout design
28+
29+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/hometab.png)
30+
31+
32+
### get categorized and random contents
33+
34+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/discoverytab.png)
2435

25-
#### iOS user interface on MoreTab
2636

27-
![moreTab](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/moretab.png)
37+
### iOS user interface
2838

39+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/moretab.png)
2940

30-
#### custom App theme
41+
42+
### custom App theme
3143

3244
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/theme.gif)
3345

3446

35-
#### night mode
47+
### night mode
3648

3749
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/nightmode.gif)
3850

3951

40-
#### reorder
52+
### image box
53+
54+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/girls.gif)
55+
56+
57+
### powerful web view
58+
59+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/webview.gif)
60+
61+
62+
### reorder
4163

4264
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/order.gif)
4365

4466

45-
#### pull up to refresh
67+
### pull up to refresh
4668

4769
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/listviewRefresh.gif)
4870

49-
# License
71+
72+
## Other Features
73+
74+
- collect favourite articles
75+
76+
- more friendly settings
77+
78+
- better strategy to fetch contents for saving cellular data
79+
80+
## To do list
81+
82+
- [ ] fetch historical contents
83+
84+
- [ ] modify strategy of fetching images (depends on Net types)
85+
86+
## Acknowledge
87+
88+
Thanks for Gank.io providing this API
89+
90+
## License
5091

5192
MIT License

README.zh-cn.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# react-native-gank.io
2+
3+
[干货集中营](http://gank.io)非官方App
4+
5+
react-native版本: **0.38**
6+
7+
*阅读此内容的其他语言版本: [English](https://github.com/wangdicoder/react-native-Gank/blob/master/README.md)*
8+
9+
## 下载
10+
11+
Apk文件在[这里](https://github.com/wangdicoder/react-native-Gank/blob/master/android/app/app-release.apk)
12+
13+
## 如何运行
14+
15+
1. git clone https://github.com/wangdicoder/react-native-Gank
16+
17+
2. cd react-native-Gank
18+
19+
3. npm install
20+
21+
4. react-native link (此步骤为了链接图标控件)
22+
23+
5. react-native run-android / run-ios
24+
25+
## 特点及屏幕截图
26+
27+
### 优秀的布局设计
28+
29+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/hometab.png)
30+
31+
32+
### 获取分类和随机数据
33+
34+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/discoverytab.png)
35+
36+
37+
### 仿iOS用户界面
38+
39+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/moretab.png)
40+
41+
42+
### 自定义主题颜色
43+
44+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/theme.gif)
45+
46+
47+
### 夜间模式
48+
49+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/nightmode.gif)
50+
51+
52+
### 图片盒
53+
54+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/girls.gif)
55+
56+
57+
### 强大的内容浏览器
58+
59+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/webview.gif)
60+
61+
62+
### 首页内容排序
63+
64+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/order.gif)
65+
66+
67+
### 上拉刷新
68+
69+
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/listviewRefresh.gif)
70+
71+
72+
## 其他特征
73+
74+
- 可收藏喜爱的文章
75+
76+
- 更大人性化友好的设置功能
77+
78+
- 更好的获取数据策略帮你节省流量
79+
80+
## To do list
81+
82+
- [ ] 获取历时数据内容
83+
84+
- [ ] 根据网络类型选择加载图片
85+
86+
## 致谢
87+
88+
感谢Gank.io提供API接口支持
89+
90+
## License
91+
92+
MIT License

android/app/app-release.apk

-4.2 KB
Binary file not shown.

android/app/src/main/assets/index.android.bundle

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
%�e{# F�O/��V���+
1+
+���W_��Z��%����
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GankIO",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

screenshot/discoverytab.png

124 KB
Loading

screenshot/girls.gif

5.32 MB
Loading

screenshot/hometab.png

370 KB
Loading

screenshot/moretab.png

-4.53 KB
Loading

screenshot/webview.gif

1.59 MB
Loading

0 commit comments

Comments
 (0)