本文主要是介绍React Native仿微博客户端,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
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
效果图
这篇关于React Native仿微博客户端的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!