All Projects → SmallRuralDog → rn-news

SmallRuralDog / rn-news

Licence: MIT license
react native开发的新闻阅读客户端

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to rn-news

react-starter-kit
🚀 React starter kit for a modern single page (SPA) application (dependencies updated at 28 July 2017). Zero configuration. Ready to go. Just paste your code!
Stars: ✭ 26 (-49.02%)
Mutual labels:  react-demo
quiz
⚛️ Sample Quiz App using React Hooks (useReducer() + useContext()). This app was created for a React Hooks tutorial, if you want to follow the tutorial on Youtube click on the link 👉
Stars: ✭ 26 (-49.02%)
Mutual labels:  react-demo
pokedex
A simple Pokémon catalogue, built with React, Material-UI and PokéAPI.
Stars: ✭ 115 (+125.49%)
Mutual labels:  react-demo
DLReactNativeArchitecture
React Native Architecture
Stars: ✭ 18 (-64.71%)
Mutual labels:  ios-react

前言

这个是去年的项目了,当时要开发一个新闻头条客户端,后来各种原因项目就停了,这个客户端已经开发了一大半了,现在开源出来,大家一起学习借鉴讨论。

项目运行

注意:由于项目是去年的,可能现在跑有些插件需要更新。没基础的同学可能会掉坑😄

假设你已经搭建好运行rn的环境。

git clone https://github.com/SmallRuralDog/rn-news.git
cd rn-news
yarn install or npm install
react-native run-android or react-native run-ios

还没搭建运行环境的同学,这里我就不多说了,看这里:https://reactnative.cn/docs/0.51/getting-started.html

另外

此项目后端是PHP的。如果有需要的同学可以加群要。如果只想体验客户端,请忽略这句话。

说明

如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢! ^_^

或者您可以 "follow" 一下,我会不断开源更多的有趣的项目

官方交流群:463747203(QQ)

推荐一个 小程序 开源项目,基于mpvue开发的云档。对小程序感兴趣的朋友赶紧去看看。地址在这里

另外一个基于vue2的开源商城前端。地址在这里

还有一个付费课程的前端基于vue2.0 + vuex + vue-router + vux 地址在这里

效果演示

看下面的吧!!

功能

  • 新闻列表
  • 视频列表
  • 新闻浏览
  • 视频播放
  • 新闻详情页,视频播放页个人态度
  • 新闻大图浏览,轮播,下拉关闭
  • 文章视频评论、回复、点赞
  • 搜索页,标签页
  • 手机号码登录
  • 个人中心
  • 个人设置,头像修改,选择图片并剪切压缩上传
  • 文章字体设置

动图演示

图片较大,请耐心等待

文章

视频

个人中心

License

程序可以随意使用,转载请带上链接 https://github.com/SmallRuralDog/rn-news

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].