- 本文为 Marno 原创,转载必须保留出处!
- 公众号 aMarno,关注后回复 RN 加入交流群
- 简书专题《 React-Native 开发阵营 》,欢迎关注和投稿
- React Native 优秀开源项目大全:http://www.marno.cn
一、前言
先更正下,不然又有人要出来打假了。标题说是 50 个,但其实目前只有 43 个。那为啥标题非说 50 个?!可是如果叫《43 个完整.....》好像不太好听吧?嘿嘿~ 不过我是每个月 15 号左右去更新的,所以下个月肯定就超过 50 个了。
顺便说下,最近买了一个的域名:http://www.marno.cn 。不过暂时还没想好放什么内容,就先用 Github Pages 搭了一个简单的网站,链接到了我整理的 React Native 优秀开源项目大全上。
经常在微信群里看到有一些正在学习 RN 的朋友在问,有没有什么比较适合入门的完整项目来参考学习下,今天就把我自己收藏的一些项目推荐给大家。各种各样的算是比较全了,其中也有一些是上线了的项目。下面直奔主题↓↓↓
二、项目列表
序号 | 名称/地址 | 简介 | 预览图 |
---|---|---|---|
0 | react-native-eyepetizer | 模仿开眼3.1.2 | |
34 | do-app | (VctrySam)待办事项清单App | 此处无图 |
35 | DragonBall | (VctrySam)一个游戏 | |
36 | Youtube | (VctrySam)仿 Youtube | |
37 | (VctrySam)仿 Twitter | ||
38 | FCBarca | (VctrySam)仿 FCBarca | |
39 | Slacker | (VctrySam)仿 Slacker | |
40 | react-conf-app | React Conf 2017 Companion App | |
41 | Mister-Poster | 用到了 RN+Redux+Redux Storage+Firebase 的一个开源项目 | |
42 | surmon.me.native | 一个非常适合入门学习的react-native项目,有借鉴自其他种子项目的组织方式,代码清晰、结构合理。 |
本文首发于公众号 aMarno。获取更多 React Native 资源关注公众号后,点击RN干货 查看。
网友评论
我提的issues 谢谢
npm WARN react-native@0.43.3 requires a peer of react@16.0.0-alpha.6 but none was installed.
npm WARN native-base-shoutem-theme@0.1.0 requires a peer of react@>=15.1.0 but none was installed.
npm WARN @shoutem/animation@0.8.10 requires a peer of react@^15.0.0 but none was installed.
npm WARN react-static-container@1.0.1 requires a peer of react@^0.13.0 || ^0.14.0 || ^15.0.0 but none was installed.
npm WARN react-test-renderer@15.4.2 requires a peer of react@^15.4.2 but none was installed.
你好,我也有这个问题,请问你找到解决方法了吗?