Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuel1112/v2er
A simple v2ex client app, use React Native
https://github.com/samuel1112/v2er
Last synced: 3 months ago
JSON representation
A simple v2ex client app, use React Native
- Host: GitHub
- URL: https://github.com/samuel1112/v2er
- Owner: samuel1112
- License: apache-2.0
- Created: 2015-03-29T15:25:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T12:57:54.000Z (about 7 years ago)
- Last Synced: 2024-02-14T00:35:18.397Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.89 MB
- Stars: 295
- Watchers: 18
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v2er
A simple [v2ex](https://v2ex.com) client app, use React Native.
使用 V2EX 的 api 进行的一个关于 React-native 的试验。
旨在试验各个功能是否都可以用 React-native 来实现。---
UPDATE 2017-11-1- 更新 react-native 到最新版本
```
"react": "16.0.0-beta.5",
"react-native": "^0.49.5",
```
- 增加 `react-native-vector-icons` ,在 `npm install` 后需要运行 `react-native link`
- 使用新的语法进行功能的制作
- 增加 Store 部分的处理
- 优化代码结构,去除不必要的部分
- TODO
- 新的节点显示
- 节点相关的操作----
2015-04-01- 修正了一些样式上的问题
- 完善了节点的显示
- 增加了对于网络状态的判断,如果为 cell 的时候不载入列表的图片----
2015-03-31- 增加了 Tabbar
- 增加了所有节点的显示----
2015-03-29- 获取最近主题列表。
- 获取主题的内容以及相应的评论。