https://github.com/ahonn/v2exrn
A React-Native Client for V2EX
https://github.com/ahonn/v2exrn
react-native v2ex
Last synced: 12 months ago
JSON representation
A React-Native Client for V2EX
- Host: GitHub
- URL: https://github.com/ahonn/v2exrn
- Owner: ahonn
- License: mit
- Created: 2017-01-01T12:52:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T09:30:41.000Z (over 9 years ago)
- Last Synced: 2024-04-14T10:42:01.272Z (about 2 years ago)
- Topics: react-native, v2ex
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 33
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v2exRN
**A React-Native Android Client for [V2EX](https://www.v2ex.com/)**
## Screenshots




## React-Native Modules In Using
- react-native-splash-screen
- react-native-scrollable-tab-view
- react-native-vector-icons
- react-native-html-render
## Develop
```
$ git clone git@github.com:ahonn/v2exRN.git
$ cd v2exRN && npm(yarn) install
```
Run Android:
```
$ npm run android
```
## ToDo List
- [] Add V2EX user home page
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)