React Native 项目常用第三方组件汇总: 

react-native-animatable 动画 
react-navigation 
github : https://reactnavigation.org/docs/intro/ 路由组件 
react-native-carousel && react-native-swiper 轮播 
react-native-countdown 倒计时 
react-native-device-info 设备信息 
react-native-fileupload 文件上传 
react-native-icons 图标 
react-native-image-picker 图片选择器 
react-native-keychain iOS KeyChain管理 
react-native-picker滚轮选择器 
react-native-picker-Android android 滚轮选择器 
react-native-refreshable-listview 可刷新列表 
react-native-scrollable-tab-view 可滚动标签 
react-native-side-menu 侧栏 
react-native-swiper 轮播 
react-native-video 视频播放 
react-native-viewpager 分页浏览 
react-native-scrollable-tab-view 可滑动的底部或上部导航栏框架 
react-native-tab-navigator 底部或上部导航框架(不可滑动) 
react-native-check-box CheckBox 
react-native-splash-screen 启动白屏问题 
react-native-simple-router 简易路由跳转框架 
react-native-storage 持久化存储 
react-native-sortable-listview 分类ListView 
react-native-htmlview 将 HTML 目录作为本地视图的控件,其风格可以定制 
react-native-easy-toast 一款简单易用的 Toast 组件,支持 Android&ios. 
* 选项卡 https://github.com/exponentjs/react-native-tab-navigator 
点击打开链接 
* material组件库(各种漂亮的小组件)https://github.com/xinthink/react-native-material-kit 
点击打开链接 
* base组件库(各种封装不错的小组件)http://nativebase.io/docs/v0.4.6/components#anatomy 
https://github.com/GeekyAnts/NativeBase 
点击打开链接 
* 不错的按钮 
https://github.com/mastermoo/react-native-action-button 
https://github.com/ide/react-native-button 
* 输入框表单验证 
https://github.com/gcanti/tcomb-form-native 
https://github.com/FaridSafi/react-native-gifted-form 
https://github.com/bartonhammond/snowflake 
* 炫酷效果的 TextInput 
https://github.com/halilb/react-native-textinput-effects 
https://github.com/zbtang/React-Native-TextInputLayout 
* 聊天 
https://github.com/FaridSafi/react-native-gifted-chat 
* 地图 
https://github.com/lelandrichardson/react-native-maps 
* 动画 
https://github.com/oblador/react-native-animatable 
* 加载动画 
https://github.com/maxs15/react-native-spinkit 
* 抽屉效果 
https://github.com/root-two/react-native-drawer 
https://github.com/react-native-fellowship/react-native-side-menu 
* 侧滑按钮 
https://github.com/dancormier/react-native-swipeout 
https://github.com/jemise111/react-native-swipe-list-view 
* 图表 
https://github.com/tomauty/react-native-chart 
* 下拉放大 
https://github.com/lelandrichardson/react-native-parallax-view 
* 可滑动的日历组件 
https://github.com/cqm1994617/react-native-myCalendar 
* 语言转化和一些常用格式转换 
https://github.com/joshswan/react-native-globalize 
* 单选多选ListView 
https://github.com/hinet/react-native-checkboxlist 
* 选择按钮 
https://github.com/sconxu/react-native-checkbox 
* 二维码 
https://github.com/ideacreation/react-native-barcodescanner 
* 制作本地库 
https://github.com/frostney/react-native-create-library 
* 影音相关 
https://github.com/MisterAlex95/react-native-record-sound 
* 安卓录音 
https://github.com/bosung90/react-native-audio-android 
* 提示消息的Bar 
https://github.com/KBLNY/react-native-message-bar 
* iOS原生TableView 
https://github.com/aksonov/react-native-tableview 
* 点击弹出视图 
https://github.com/jeanregisser/react-native-popover 
https://github.com/instea/react-native-popup-menu 
* 3D Touch 
https://github.com/madriska/react-native-quick-actions 
* 双平台兼容的ActionSheet 
https://github.com/beefe/react-native-actionsheet 
* 照片墙 
https://github.com/ldn0x7dc/react-native-gallery 
* 键盘遮挡问题 
https://github.com/reactnativecn/react-native-inputscrollview 
https://github.com/wix/react-native-keyboard-aware-scrollview 
* 本地存储 
https://github.com/sunnylqm/react-native-storage 
* 星星 
https://github.com/djchie/react-native-star-rating 
* 国际化 
https://github.com/joshswan/react-native-globalize 
* 扫描二维码 
https://github.com/lazaronixon/react-native-qrcode-reader 
* 通讯录 
https://github.com/rt2zz/react-native-contacts 
* 加密 
https://www.npmjs.com/package/crypto-js 
* 缓存管理 
https://github.com/reactnativecn/react-native-http-cache 
* ListView的优化 
https://github.com/sghiassy/react-native-sglistview 
* 图片和base64互转 
https://github.com/xfumihiro/react-native-image-to-base64 
* 安卓 iOS 白屏解决 
https://github.com/mehcode/rn-splash-screen 
* Text跑马灯效果 
https://github.com/remobile/react-native-marquee-label 
* 清除按钮的输入框 
https://github.com/beefe/react-native-textinput 
* WebView相关 
https://github.com/alinz/react-native-webview-bridge 
* 判断横竖屏 
https://github.com/yamill/react-native-orientation 
* PDF 
https://github.com/cnjon/react-native-pdf-view 
* 获取设备信息 
https://github.com/rebeccahughes/react-native-device-info 
* 手势放大缩小移动 
https://github.com/kiddkai/react-native-gestures 
https://github.com/johanneslumpe/react-native-gesture-recognizers 
* 下拉-上拉-刷新 
https://github.com/FaridSafi/react-native-gifted-listview 
https://github.com/jsdf/react-native-refreshable-listview 
https://github.com/greatbsky/react-native-pull/wiki 
* 下拉选择 
https://github.com/alinz/react-native-dropdown 
* 图片查看 
https://github.com/oblador/react-native-lightbox 
* 照片选择 
https://github.com/marcshilling/react-native-image-picker 
https://github.com/ivpusic/react-native-image-crop-picker 
* 图片加载进度条 
https://github.com/oblador/react-native-image-progress 
* 轮播视图 
https://github.com/race604/react-native-viewpager 
https://github.com/FuYaoDe/react-native-app-intro 
https://github.com/appintheair/react-native-looped-carousel 
https://github.com/leecade/react-native-swiper 
* 模态视图 
https://github.com/maxs15/react-native-modalbox 
https://github.com/brentvatne/react-native-modal 
https://github.com/bodyflex/react-native-simple-modal 
* 毛玻璃效果 
https://github.com/react-native-fellowship/react-native-blur 
* 头像库 
https://github.com/oblador/react-native-vector-icons 
* 滑动选项卡 
https://github.com/skv-headless/react-native-scrollable-tab-view

工程目录下终端输入 npm i XXX save

可以查看我的GitHub,里面有我学习的一些第三方组件的Demo,持续更新中哟!!!

https://github.com/PengSiSi/PSReactNativeDemo

转载于:https://www.cnblogs.com/pengsi/p/7002797.html

React Native常用第三方汇总相关推荐

  1. React Native常用第三方组件汇总【建议收藏】

    react-native-system-setting 修改系统设置 react-native-picker-select 数据选择 react-native-searchable-dropdown ...

  2. react native 常用学习或查资料网址

    react-native facebook官网:http://facebook.github.io/react-native/ 中文网:http://reactnative.cn/ react 官网地 ...

  3. React Native常用组件之ListView

    1. ListView常用属性 ScrollView 相关属性样式全部继承 dataSource ListViewDataSource 设置ListView的数据源 initialListSize n ...

  4. React Native学习资源汇总

    目前主流的移动跨平台技术方案大体可以分为三类,一类是使用原生内置浏览器加载HTML5的Hybrid技术方案,采用此种方案的主要有Cordova.Ionic和微信小程序:另一类是使用JavaScript ...

  5. React Native 开源项目汇总

    最近闲来无事,学习了React Native开发Android APP,自我感觉RN APP的效果和Native APP比还是蛮不错,以下是找到的一些优秀源码,仅供学习参考... React Nati ...

  6. java去掉rn,React Native删除第三方开源组件的依赖包

    最近项目即将上线,但是遇到了一个问题,安装之后第一次打开时,在有的Android手机上崩溃,之后再次运行就好了,好多Android机型都遇到这种情况,定位问题,发现是之前加载的第三方开源控件:reac ...

  7. react native引入第三方库

    1:进入项目的根目录(即package.json所在目录),输入命令: yarn add react-navigation 或者 npm install - -save react-navigatio ...

  8. React Native实现第三方分享、登录功能(Android,IOS双平台)

    欢迎大家关注[跨平台开发那些事]公众号,定期推送跨平台开发技术实践. 源码已开源到Github,地址请点击:react-native-share [一行代码,双平台分享] 目前支持分享的平台有[QQ] ...

  9. Android特效(包含React Native)

    在这里提供了一些Android特效,大家可以参考一下, 带有删除按钮的dialog https://www.jianshu.com/p/9259ad7f857bToast封装 https://www. ...

最新文章

  1. 大数据催生决策新模式 未来将改变更多
  2. linux下安装sz/rz命令
  3. 1.9 池化层-深度学习第四课《卷积神经网络》-Stanford吴恩达教授
  4. [css] 使用css将图片转换成黑白的效果
  5. Centos6.5下通过shell脚本快速安装samba服务器
  6. Drupal 紧急修复已遭利用的严重 0day
  7. python的猴子补丁monkey patch
  8. Java proxy 代理
  9. SDelete v2.04安全地擦除磁盘未分配部分中存在的任何文件数据(包括已经删除或加密的文件)
  10. 【番外】 使用@arcgis/cli脚手架进行ArcGIS JS API开发
  11. wdf中的两个宏WDF_DECLARE_CONTEXT_TYPE WDF_DECLARE_CONTEXT_TYPE_WITH_NAME
  12. 计算机配件出口单证,出口制单
  13. 政府转型迎来大数据时代 打破部门“信息孤岛”
  14. 网站关键词优化技巧都有哪些?如何进行优化?
  15. 台式机通过笔记本的WIFI上网
  16. vite+ts+vue3 知识点(全局组件,局部组件,递归组件)
  17. Oracle11g pl-sql developer安装包及教程
  18. 人大金仓命令行客户端工具KSQL系列1
  19. 九月英语总结——不同凡响
  20. Class类是什么?

热门文章

  1. 第一章节 ASP.NET Web应用程序基础(二)
  2. php中table,thinkphp中的table方法怎样使用?
  3. [蓝桥杯]试题 基础练习 Sine之舞
  4. 九大背包问题专题--二维费用的背包问题
  5. UnityShader例子:边缘检测
  6. UnityShader14:透明效果实现(上)
  7. Codeforces Round #197 (Div. 2): D. Xenia and Bit Operations(线段树)
  8. bzoj 1650: [Usaco2006 Dec]River Hopscotch 跳石子(二分)
  9. bzoj 1297: [SCOI2009]迷路(矩阵快速幂)
  10. c#获取系统信息:CPU、内存、硬盘、用户、网络