Coder Social home page Coder Social logo

marnodev / react-native-open-project Goto Github PK

View Code? Open in Web Editor NEW
2.4K 139.0 429.0 24.43 MB

可能是目前最用心收集的 React Native 优秀开源项目大全,公众号【aMarno】www.marno.cn

react-native android ios react web webapp web-app mobile-app mobile

react-native-open-project's Introduction

React Native 优秀开源项目大全(每月15更新)

目前累计收录:【 166 】


★ 关于我们

★ 注意事项

  • 收录标准:兼容双平台并支持 0.40+ ,若有违背收录标准的请 github 提 issue
  • 各分类项目正在完善中,请持续关注。如有更新,会第一时间在微信公众号通知大家。
  • 欢迎推荐好的 React Native 项目给我们

★ 使用方法

我再不厌其烦的说一下启动 RN 项目的流程

  • npm install
  • react-native link(可选)
  • react-native run-android(iOS 平台需要换成 run-ios)

注意!! link 以后, Android 平台可能会在 Application 中重复生成对象,会导致编译报错,手动删除重复对象即可。具体可以到我的主页找我另一篇关于 RN 踩坑的文章看下。

★ 更新导读

★ 分类检索

序号 功能模块 上次更新 简介 收录数量
0 完整App 2017.4.16 使用React Native开发
且功能完整的App
43
1 综合框架 2017.4.16 集合常用组件的综合组件库 9
2 滚动视图 2017.2.21 列表、刷新、加载等 11
3 多媒体 2017.4.16 视频播放,拍照,录音等 7
4 导航 2017.4.16 底部tab,页面管理等 10
5 存储 2017.4.16 文件、数据库、键值对存储等 4
6 辅助资源 2017.4.16 图标、工具类等 4
7 动画 2017.3.14 各类动画 5
8 弹出提示 2017.4.16 弱提示,确认框,下拉菜单等 14
9 图片 2017.4.16 图形图像处理(滤镜,模糊,修改) 7
10 文本 2017.3.14 文本、输入框、搜索框 8
11 菜单 2017.4.16 侧滑,展开,悬浮等各类菜单组件 8
12 图表 2017.4.16 各种图表 3
13 国内服务 2017.4.16 RN封装的QQ登录,极光推送,支付宝等 8
... ... ... ... ...
20 其他 2017.4.16 其他不知道怎么分类的组件都在这里了 25
21 Marno

react-native-open-project's People

Contributors

marnodev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react-native-open-project's Issues

当打开在这里下载的APP的时候都会出现报错

下面是APP报错的内容
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): NotFoundError: Cannot find entry file index.android.js in any of the roots: ["D:\personal\pro\ImClient\node_modules\.0.42.3@react-native","D:\personal\pro\ImClient\node_modules\.1.0.3@abab","D:\personal\pro\ImClient\node_modules\.0.0.0@absolute-path","D:\personal\pro\ImClient\node_modules\.1.3.3@accepts","D:\personal\pro\ImClient\node_modules\.5.0.3@acorn","D:\personal\pro\ImClient\node_modules\.3.1

请问这个问题要怎么解决

报错 /node_modules/promise/lib/done.js:10 throw err;

你好大大。我想看看do app的展示可是一直都没法正常link。
link会报错:
react-native link

/Users/robinxu/Documents/GitHub/do-app/node_modules/promise/lib/done.js:10
throw err;
^
Please provide one argument (library to install).
Usage example: react-native link awesome-camera

即使跳过link,直接run,也会:
The following build commands failed:
CompileC /Users/nameofuser/Documents/GitHub/do-app/ios/build/Build/Intermediates.noindex/RCTWebSocket.build/Debug-iphonesimulator/RCTWebSocket.build/Objects-normal/x86_64/RCTSRWebSocket.o RCTSRWebSocket.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Installing build/Build/Products/Debug-iphonesimulator/do_2.app
No devices are booted.
Print: Entry, ":CFBundleIdentifier", Does Not Exist
/Users/nameofuser/Documents/GitHub/do-app/node_modules/promise/lib/done.js:10
throw err;
^

Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/do_2.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

at checkExecSyncError (child_process.js:472:13)
at Object.execFileSync (child_process.js:492:13)
at _runIOS (/Users/nameofuser/Documents/GitHub/do-app/node_modules/react-native/local-cli/runIOS/runIOS.js:77:34)
at /Users/nameofuser/Documents/GitHub/do-app/node_modules/react-native/local-cli/runIOS/runIOS.js:24:5
at tryCallTwo (/Users/nameofuser/Documents/GitHub/do-app/node_modules/promise/lib/core.js:45:5)
at doResolve (/Users/nameofuser/Documents/GitHub/do-app/node_modules/promise/lib/core.js:200:13)
at new Promise (/Users/nameofuser/Documents/GitHub/do-app/node_modules/promise/lib/core.js:66:3)
at Array.runIOS (/Users/nameofuser/Documents/GitHub/do-app/node_modules/react-native/local-cli/runIOS/runIOS.js:23:10)
at Object.run (/Users/nameofuser/Documents/GitHub/do-app/node_modules/react-native/local-cli/cli.js:86:13)
at Object.<anonymous> (/usr/local/lib/node_modules/react-native-cli/index.js:117:7)

关键的地方我觉得是
Print: Entry, ":CFBundleIdentifier", Does Not Exist
/Users/nameofuser/Documents/GitHub/do-app/node_modules/promise/lib/done.js:10
throw err;

希望能稍微提示一下。。。非常感谢!
系统10.12.6
RN版本
react-native-cli: 2.0.1
react-native: 0.19.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.