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

React Native常用第三方汇总的更多相关文章

  1. React Native常用第三方组件汇总--史上最全 之一

    React Native 项目常用第三方组件汇总: react-native-animatable 动画 react-native-carousel 轮播 react-native-countdown ...

  2. React Native常用第三方组件汇总--史上最全[转]

    本文出处: http://blog.csdn.net/chichengjunma/article/details/52920137 React Native 项目常用第三方组件汇总: react-na ...

  3. react native 常用组件汇总

    react-native-uploader //文件上传https://github.com/aroth/react-native-uploader jpush-react-native //官方版本 ...

  4. react native 常用第三方库

    p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; color: #000000 } p.p2 { margin: 0.0p ...

  5. React Native 常用第三方组件

    React-Native-Elements 一组开发RN的UI工具包(强烈推荐)

  6. React Native常用组件在Android和IOS上的不同

    React Native常用组件在Android和IOS上的不同 一.Text组件在两个平台上的不同表现 1.1 height与fontSize 1.1.1只指定font,不指定height 在这种情 ...

  7. [RN] React Native 常用命令行

    [RN] React Native 常用命令行 1.查看当前版本 react-native --version 或 react-native -v 2.创建指定版本的React Native项目 1) ...

  8. React Native常用组件之TabBarIOS、TabBarIOS.Item组件、Navigator组件、NavigatorIOS组件、React Navigation第三方

    以下内容为老版本React Native,faceBook已经有了新的导航组件,请移步其他博客参考>>[我是传送门] 参考资料:React Navigation  react-native ...

  9. React Native常用组件之ListView

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

随机推荐

  1. 洛谷P1363 幻想迷宫【dfs】

    题目:https://www.luogu.org/problemnew/show/P1363 题意: 有一个地图,起点是S,障碍物用#表示.可以将这个地图不断的在四周重复,问从起点开始是否可以走到无限 ...

  2. BZOJ 3210: 花神的浇花集会 (切比雪夫距离)

    GXZlegend 切比雪夫和曼哈顿距离的互相转化看这里 传送门 CODE #include <bits/stdc++.h> using namespace std; #define LL ...

  3. Ubuntu本地软件源制作

    操作 获取需要的deb包 #执行安装后,安装的包会保存在/var/cache/apt/archives 目录下 apt-get install vim #查看 正在处理用于 man-db (2.8.7 ...

  4. Mybatis的mapper接口在Spring中实例化过程

    在spring中使用mybatis时一般有下面的配置 <bean id="mapperScannerConfigurer" class="org.mybatis.s ...

  5. 国内Maven镜像仓库

    <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http:/ ...

  6. @Test 测试

    package com.自定义.mall.admin.system; import java.util.List; import java.util.Map; import javax.annotat ...

  7. java+上传整个文件夹的所有文件

    我们平时经常做的是上传文件,上传文件夹与上传文件类似,但也有一些不同之处,这次做了上传文件夹就记录下以备后用. 首先我们需要了解的是上传文件三要素: 1.表单提交方式:post (get方式提交有大小 ...

  8. 计算(calc.cpp) 这题我搞了2晚上qwq

    终于会了!可喜可贺!可喜可贺!   计算(calc.cpp) [问题描述] 小明在你的帮助下,破密了Ferrari设的密码门,正要往前走,突然又出现了一个密码门,门上有一个算式,其中只有“(”,“)” ...

  9. 【luoguP1182】数列分段 Section II

    题目描述 对于给定的一个长度为N的正整数数列A-i,现要将其分成M(M≤N)段,并要求每段连续,且每段和的最大值最小. 关于最大值最小: 例如一数列4 2 4 5 1要分成3段 将其如下分段: [4 ...

  10. 前端导出pdf

    html2canvas文档地址 http://html2canvas.hertzen.com/configuration 方式一:使用html2canvas和jspdf插件实现 该方式是通过html2 ...