# react_native_weibo **Repository Path**: mirrors_giantss/react_native_weibo ## Basic Information - **Project Name**: react_native_weibo - **Description**: 使用react native制作的微博客户端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于React Native 制作的微博客户端
## 因为微博授权权限设置,本人的微博开放者账号权限太低,如果出现 'api请求次数受限,请更换. 10023' 弹框 或者 授权界面出错,需要自行更换开放者应用的appkey,授权回调页,App Secret. 修改位置在 App/Home/login.js
[ 新浪微博开放者平台 ]( http://open.weibo.com/ ) 因为项目较为简单,所以不使用redux或者mbox.其实,因为我不太会.这么说吧,这个demo适合初学者
使用的第三方库:
"react-native-swiper": "^1.5.4"   "react-native-tab-navigator": "^0.3.3"      
完成功能:
- [x] 除少量控件外以基本适配iOS和Android
- [x] 授权登录
- [x] 授权注销
- [x] 微博首页原创微博
- [x] 微博首页转发微博
- [x] 我的界面个人信息
- [x] 中间按钮基本界面搭建
- [x] 发送纯文字微博
- [x] 我的设置界面搭建
- [x] iOS端清除缓存功能
- [x] 删除微博功能
- [ ] 其他
运行截图:
![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo1.png) ![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo2.png)
![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo3.png) ![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo4.png)
![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo5.png) ![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo6.png)
![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo7.png) ![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo8.png)
![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/9.png) ![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo10.png)
![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo11.png) ![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/12.png)
![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo13.png) ![image](https://github.com/pheromone/react_native_weibo/blob/master/projectPic/weibo14.png)

该项目不定期更新中.后期目标:完善该项目:加上相机和二维码功能.学习redux和mbox构架新微博.对比三者区别.