Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Evai/RNExampleApp
一个基于react native开发的完整项目示例
https://github.com/Evai/RNExampleApp
Last synced: 3 months ago
JSON representation
一个基于react native开发的完整项目示例
- Host: GitHub
- URL: https://github.com/Evai/RNExampleApp
- Owner: Evai
- License: mit
- Created: 2018-08-23T06:38:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T03:21:00.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T15:05:11.767Z (5 months ago)
- Language: JavaScript
- Size: 1.88 MB
- Stars: 183
- Watchers: 6
- Forks: 60
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - RNExampleApp
README
# RNExampleApp
## 一个基于react native开发的完整项目示例,仅供参考和交流,版本0.53。
一款基于出题,做题的社交软件。主要功能有题目,聊天和动态。
### 项目地址:[查看](https://github.com/Evai/RNExampleApp)
### 安装
```
yarn install
```### 或者
```
npm install
```### 链接库(由于项目中引用很多第三方库,难免会有坑,请自行查询解决,或根据实际需求删除)
```
react-native link
```### 运行
```
react-native run-ios
```### 应用截图
![首页](https://www.yuhechu.com:8090/uploads/image/home.png)
![题目](https://www.yuhechu.com:8090/uploads/image/title.png)
![聊天](https://www.yuhechu.com:8090/uploads/image/chat.png)
![主页](https://www.yuhechu.com:8090/uploads/image/profile.png)
![话题](https://www.yuhechu.com:8090/uploads/image/topic.png)
## License
MIT License [read](https://github.com/Evai/RNExampleApp/blob/master/LICENSE)