Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SFantasy/WeiboReactNative
:iphone: Yijian - an iOS Weibo App made with React Native
https://github.com/SFantasy/WeiboReactNative
react react-native react-native-app
Last synced: 3 months ago
JSON representation
:iphone: Yijian - an iOS Weibo App made with React Native
- Host: GitHub
- URL: https://github.com/SFantasy/WeiboReactNative
- Owner: SFantasy
- License: other
- Created: 2015-11-07T06:38:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T02:27:13.000Z (almost 8 years ago)
- Last Synced: 2024-04-30T07:32:10.071Z (6 months ago)
- Topics: react, react-native, react-native-app
- Language: JavaScript
- Homepage:
- Size: 3.39 MB
- Stars: 264
- Watchers: 15
- Forks: 61
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
一简
---[README in English](README_en.md)
> 开发中, 欢迎 watch, star && fork
一款使用[react-native](http://facebook.github.io/react-native)开发的微博客户端
## 开发
### 依赖版本
- Node.js v4.0+
- ReactNative v0.21.0### 运行
- `git clone [email protected]:SFantasy/WeiboReactNative.git`
- 执行 `cd WeiboReactNative && npm install`
- 将 `config.example.js` 中的 `app_key` 和 `app_secret` 修改为你自己申请的, 并将文件重命名为 `config.js`
- 在 XCode 中打开 `Yijian.xcodeproj`
- Command + R### 在设备上运行
- 执行 `npm run bundle` 生成打包的JS文件
- Command + R## 截屏
- 登录 (OAuth)
- 时间轴
- 评论列表
- 个人主页
## 使用的开源组件
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)
- [react-native-spinkit](https://github.com/maxs15/react-native-spinkit)
- [react-native-gifted-listview](https://github.com/FaridSafi/react-native-gifted-listview)## License
The [BSD License](LICENSE)