React:React-Native开源项目

转载几个开源项目

1、Facebook’s F8 Conference App

React Native最佳学习模版- F8 App开源了,界面和体验是相当的完美,这个是Facebook官方开发的,所以放在第一位进行推荐。现在在github将近1.4W个star了。
项目地址:https://github.com/fbsamples/f8app

2、Reading

来自饿了么RN大神开源的reading项目,已经完成Android和iOS双适配。绝对是一个产品级的开源项目,并且作者还在持续的更新。值得一荐!
项目地址:https://github.com/attentiveness/reading

3、Weather

该为国外一个天气预报客户端,界面效果简约优美,作者借鉴F8项目同时客户端数据来自真实国外的天气预报API。这天气预报客户端体验估计已经给原生开发者造成10000点伤害了。
项目地址:https://github.com/stage88/react-weather

4、Github Feed

该项目来自阿里开发人员,你的又一Github客户端哦~项目github也超过了1000个star。主要功能:

  • Feeds like web github home. (Github个人主页)
  • Search users or repos. (搜索用户或者开源库)
  • Star, watch repos, follow guys. (start,watch库,follow用户)
  • Explore trending repos daily, weekly, monthly. (查看浏览趋势)
  • Check who's famous in some filed all of the world. (检查特殊的commit)
    项目地址:https://github.com/xiekw2010/react-native-gitfeed
5、React-Native-NBA-App

这个项目主要进行查看NBA相关数据,界面做的非常Nice,项目整体架构也非常不错,关键还有图表界面,同时适配Android和iOS双平台。也是大家不可多得学习的项目。推荐!
项目地址:https://github.com/wwayne/react-native-nba-app

6、HackerNews

采用纯React Native开发的HackerNews客户端,同时兼容Android、iOS双平台。用到很多常用的开源组件,而且非常适合初学者入门的项目。有借鉴意义。
项目地址:https://github.com/iSimar/HackerNews-React-Native

7、iShiWuPai

iShiWuPai是基于React Native和Redux实现的展示型美食类APP。不过当前暂时只适配iOS版本,但是效果绝对赞了~
已完成功能点:

  • 逛吃界面,支持下拉刷新和上拖加载更多
  • 资讯详情界面
  • 食物百科界面
  • 食物列表页面所有功能,包括子类别排序、营养素排序功能及动画,支持上拖加载更多
  • 我的、食物对比基本界面
    项目地址:https://github.com/ljunb/react-native-iShiWuPai
8、HiApp

采用React Native开发的一款基于类似微博以及聊天App,同时兼容Android、iOS双平台,甚至还有Web端。整体功能有很多可以学习的地方。例如效果布局,多语言切换等等。
项目地址:https://github.com/BelinChung/react-native-hiapp

9、cnblogs

采用React Native开发的cnblog博客客户端,当时只适配Android版本。不过基本功能已经做的挺完善的效果也还不错。已经涵盖博客,排行列表,详情,评论,搜索等功能。
项目地址:https://github.com/togayther/react-native-cnblogs

10、Gank.io App

号称App最多的网站干货集中营(Gank.io)最后也推荐两个。首先来一个的是效果和开发者头条有点类似的哈~同时兼容双平台。不过也是very 因垂思挺。
项目地址:https://github.com/zhongjie-chen/rn_rank
在来一个Gank客户端,这个客户端其实也是大同小异,主要在界面UI实现风格方面有点变化,特别提一点里面的妹纸图缩放以及拖动效果做的还不错的。
项目地址:https://github.com/iwgang/GankCamp-React-Native


  • callstack/react-native-testing-library stars:336 forks:9
  • thomaswangio/react-native-gradient-buttons stars:79 forks:7
  • react-native-community/react-native-hooks stars:61 forks:5
  • thomaswangio/auth-screens stars:40 forks:5
  • catalinmiron/react-native-css-gradient stars:22 forks:5
  • vobi-io/react-native-animated-flatlist stars:19 forks:0
  • CSFrequency/react-firebase-hooks stars:19 forks:0
  • natuanorg/react-native-starter-kit stars:16 forks:3
  • atulmy/react-native-curated stars:16 forks:0
  • LucHermkens/react-native-gplaces stars:15 forks:2
  • pinkbunny1/cryptoApp_react_native stars:12 forks:2
  • rahsheen/react-wizard stars:12 forks:1
  • songxiaoliang/react-native-baidu-face stars:11 forks:5
    项目描述:基于百度人脸识别封装的react-native模块,支持Android、iOS平台设备
  • maicki/react-native-crash-reporter stars:10 forks:2
  • karina001/react-native-redux-crypto-tracker stars:10 forks:0
  • wmlutz/rnschedule stars:10 forks:2
  • satanworker/spaceapps_react_native stars:9 forks:1
  • prscX/react-native-fluidic-slider stars:9 forks:0
  • areslabs/react-native-withcss stars:9 forks:0
  • ProminentEdge/mobile-boilerplate stars:9 forks:0

参考文件:https://www.jianshu.com/p/5ca3245d63eb

你可能感兴趣的:(React:React-Native开源项目)