Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangdicoder/react-native-Gank
A cross platform App which shows the contents from gank.io
https://github.com/wangdicoder/react-native-Gank
react-native
Last synced: 26 days ago
JSON representation
A cross platform App which shows the contents from gank.io
- Host: GitHub
- URL: https://github.com/wangdicoder/react-native-Gank
- Owner: wangdicoder
- Archived: true
- Created: 2016-11-23T12:55:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T01:11:59.000Z (almost 6 years ago)
- Last Synced: 2024-04-14T12:55:15.218Z (9 months ago)
- Topics: react-native
- Language: JavaScript
- Homepage:
- Size: 29.3 MB
- Stars: 551
- Watchers: 19
- Forks: 98
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-gank.io
A cross platform App which shows the data from [gank.io](http://gank.io)
- react-native version: **0.38**
- redux architecture
*Read this in other languages: [简体中文](https://github.com/wangdicoder/react-native-Gank/blob/master/README.zh-cn.md)*
## Download
Apk file is [here](https://github.com/wangdicoder/react-native-Gank/blob/master/android/app/app-release.apk)
## How to run it
1. git clone https://github.com/wangdicoder/react-native-Gank
2. cd react-native-Gank
3. npm install
4. react-native link (this step is for add the icon component)
5. react-native run-android / run-ios
## Features and Screenshots
### good layout design
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/hometab.png)
### get categorized and random contents
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/discoverytab.png)
### iOS user interface
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/moretab.png)
### custom App theme
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/theme.gif)
### night mode
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/nightmode.gif)
### image box
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/girls.gif)
### powerful web view
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/webview.gif)
### collection contents
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/collection.gif)
### reorder
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/order.gif)
### pull up to refresh
![](https://github.com/wangdicoder/Gank.io/raw/master/screenshot/listviewRefresh.gif)
## Other Features
- more friendly settings
- better strategy to fetch contents for saving cellular data
## To do list
- [ ] save girl's images into the phone
- [ ] fetch historical contents
- [ ] modify strategy of fetching images (depends on Net types)
## Acknowledge
Thanks for Gank.io providing this API
## License
MIT License