React Native仿微博客户端

来源:互联网 发布:网络域名什么最快 编辑:程序博客网 时间:2024/06/06 01:02

github地址:https://github.com/lyxia/RNWeiBo

http://www.jianshu.com/p/4190205d9811

iOS & Android
react-native 版本 0.40.0
mobx、redux 架构

已完成

1、微博首页
2、微博详细页
3、点赞
4、未读消息红点
5、发布页面动画
6、微博内容的emoji
7、保存token,自动验证token,预加载userInfo
8、上下拉刷新

运行

1、git clone https://github.com/lyxia/RNWeiBo
2、cd RNWeiBo
3、npm install
4、react-native link(这一步是为了添加react-native-vector-icons)
5、在微博API中添加应用,在./js/server/API中修改授权值:

const redirect_uri = '...'const client_id = '...'const client_secret ='...'

6、react-native run-ios/run-android

效果图


demo1.gif

demo2.gif

demo3.gif
0 0