React-Native开发中常用的第三方控件持续更新

2,492 阅读9分钟

十一假期已经过去了,今天正式开工了,这里的文章我会持续进行更新,希望为开发的小伙伴们提供点帮助,如果能帮到你们,我就心满意足了。

十一假期学习撸了一个小程序,欢迎各位朋友进行关注,代码已经在gitHub上开源:

清风天气

清风天气

2018.10.10更新:

格式化输入框textInput:

github.com/react-nativ…

2018.10.8更新:

美团开源的ReactNative库,做了Android和IOS两端的统一,其设计思想值得大家学习一下

juejin.cn/post/684490…

github.com/meituan/bee…

2018.9.25更新:

react-native使用蚂蚁金服的antd-mobile组件库教程

www.jianshu.com/p/029b6c6b5…

rn.mobile.ant.design/index-cn

2018.9.20更新:

github.com/879479119/r… 设置Android的阴影显示

github.com/songxiaolia… 用户反馈

2018.9.7更新:

添加事件到日历:

github.com/vonovak/rea…

2018.8.23更新:

动态修改Android的softmodule:

react-native-android-keyboard-adjust

2018.8.9更新:

资源列表:github.com/reactnative…

js.coach/

2018.7.31更新:

推荐一个不错的React Native 组件和库的资源列表:

reactnativeexample.com/

2018.7.27更新:

几个UI组件库:

react-native-elements

NativeBase

react-native-ui-lib

www.jianshu.com/p/c7a8f115d…

segmentfault.com/a/119000001…

React Native UI 组件库, 超过 20 个纯 JS(ES6) 组件, 专注于内容展示和操作控制。

github.com/rilyu/tease…

2018.7.18更新:

前辈整理的第三方:

[www.jianshu.com/p/bb5f68a23…]www.jianshu.com/p/bb5f68a23…

升级版的webview用于安卓平台:react-native-webview-android

和listview搭配可以进行 内容从底部开始进行渲染

react-native-invertible-scroll-view

2018.7.5更新:

网格布局:

www.npmjs.com/package/rea…

性能优化的可拖动排序的标签组件react-native-drag-to-sort-tags

github.com/bolan9999/r…

2018.6.26更新:

网络请求框架:github.com/niftylettuc…

www.hangge.com/blog/cache/…

github.com/visionmedia…

2018.6.20更新:

一个IOS样式的跨平台(cross-platform)平台的switch组件

github.com/react-nativ…

基于android SmartRefreshLayout github.com/scwang90/Sm… 开发的插件,可提供类似ios的弹性刷新

github.com/react-nativ…

2018.6.8更新:

跨平台数据库开发组件:

github.com/andpor/reac…

生成二维码:

github.com/cssivision/…

生成各类图表:

github.com/tomauty/rea…

github.com/wuxudong/re…

github.com/capitalone/…

基于 React Native 实现的支付宝钱包 UI 界面:

github.com/superRaytin…

集成微信功能:

github.com/yorkie/reac…

对ListView/FlatList的封装,可以很方便的分页加载网络数据,还支持自定义下拉刷新View和上拉加载更多的View

github.com/geek-prince…

时间选择框

github.com/xgfe/react-…

2018.6.7更新:

悬浮效果的按钮:

github.com/mastermoo/r…

下拉框控件react-native-modal-dropdown

github.com/sohobloo/re…

跨三端开发模块(Android/Ios/Web)+ 状态管理框架dva

github.com/blankapp/re…

2018.5.30更新:

react-native 身份证扫描(Android版)

www.npmjs.com/package/rea…

2018.5.11更新:

加载多张图片,并添加缓存,快速浏览:react-native-fast-image:

github.com/DylanVann/r…

React Native SSH SFTP 组件:

www.jianshu.com/p/504a4b3ec…

React Native使用百度Echarts显示图表:

www.jianshu.com/p/68cd9af0b…

2018.5.10更新:

基于ART的SVG库:github.com/react-nativ…

2018.4.19更新:

2018 年 2 月 15 个有意思的 JavaScript 和 CSS 库:

www.jianshu.com/p/bee270f34…

react-native-pull-refresh-view:适配Android和Ios

github.com/reactnative…

react-native适配iPhoneX 目前最简单的方法:

bbs.reactnative.cn/topic/5418/…

一个ReactNative仿网易新闻的Demo:

github.com/h406621397/…

React Native如何使用自定义的iconfront:

juejin.cn/post/684490…

2018.4.8更新:

高德地图插件: gitee.com/1148030615/…

脚手架:github.com/Murrayee/mu…

2018.3.6更新:

React Native开发实用技巧

www.jianshu.com/p/ccba80f34…

最灵活的UI控件库:React Native UI Lib

www.jianshu.com/p/c2771ff96…

一个android弹幕插件

github.com/react-nativ…

react-native-baidumap-sdk

与 react-native-amap3d 相似,除此之外还实现了:

独立定位模块

地理编码/逆地理编码

点聚合组件

Mastering React Native(React Native高级教程电子书)

PDF版:Mastering React Native

Word版:Mastering React Native

www.jianshu.com/u/3a2d89402…

2018.2.8更新:

React Native TTS is a text-to-speech library for React Native on iOS and Android.

github.com/ak1394/reac…

2018.2.1更新:

SuperAgent 是一个流行的第三方 Ajax 库,专注于处理服务端/客户端的 http 请求。

对比现存的各种请求 API 库,SuperAgent 更加轻量、优雅、易读、易学。

最重要的是它可以用于 Node.js

GitHub 主页地址:github.com/visionmedia…

原文出自:www.hangge.com 转载请保留原文链接:www.hangge.com/blog/cache/…

2018.1.25更新:

React Native 截屏组件

React Native 截屏组件:react-native-view-shot,可以截取当前屏幕或者按照当前页面的组件来选择截取,如当前页面有一个图片组件,一个View组件,可以选择截取图片组件或者View组件。支持iOS和安卓。

2018.1.5更新

录音:

react-native-audio

github.com/jsierles/re…

播放:

react-native-sound

github.com/zmxv/react-…

2018.1.4更新

进度条

github.com/oblador/rea…

www.jianshu.com/u/c79c9f26d…

2017.12.28更新

Axios 是一个基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中。

中文文档:www.kancloud.cn/yunye/axios…

英文文档:github.com/axios/axios…

使用:www.jianshu.com/p/df464b26a…

2017.12.25更新

Axios 是一个基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中。

www.kancloud.cn/yunye/axios…

2017.12.23更新

react-native-router-flux 路由框架

react-native-vector-icons 矢量字体库图标

realm-js realm 数据库

react-native-i18n 多语言-国际化插件

react-native-image-viewer 图片预览

react-native-modalbox 模态框

react-native-spinkit loading

react-native-textinput-effects 输入框

url-parse url解析

2017.12.19更新

react native仿微信性别选择-自定义弹出框

极客学院:wiki.jikexueyuan.com/project/rea…

2017.12.8更新

react native 轮播组件:支持循环,横竖轮播,支持卡片样式显示

github.com/easyui/reac…

基于EZPlayer封装的视频播放器,功能丰富,快速集成,可定制性强的rn组件

github.com/easyui/reac…

2017.12.7更新

github.com/JackPu/reac…

2017.11.28更新

react-native-popup-dialog

2017.11.23更新

React Native开源特效动画封装库模块(lottie-react-native)

开源项目地址:github.com/airbnb/lott…

2017.11.13更新

react native学习笔记13——FlatList上拉加载

二维码扫描

react-native-smart-barcode

2017.10.26更新

react native 渐变组件 react-native-linear-gradient

github: github.com/react-nativ…

一个图片多选组件 react-native-syan-image-picker

GitgHub react-native-syan-image-picker

2017.10.17更新

聊天组件

aurora-imui-react-native

使用请参考:www.jianshu.com/p/3557b55db…

2017.10.11更新

解决键盘遮挡问题

github.com/APSL/react-…

2017.9.28更新

github.com/cheng-kang/…

这是一个从下向上滚动的跑马灯。

如果需要从右往左滚动的跑马灯,请使用react-native-lahk-marquee-label。

2017.9.27更新

react-native-keyboard-aware-scroll-view

适用于 scrollView、ListView、FlatList、SectionList 上有输入框的问题

解决键盘挡住输入框问题

点击按钮让scrollView滚动到指定位置

www.jianshu.com/p/e7f26851b…

2017.9.15 更新

读取PDF文件

github.com/wonday/reac…

语音播报:

github.com/somonus/rea…

2017.9.11 更新

switch 开关

github.com/shahen94/re…

IOS和Android白屏

react-native-splash-screen

侧滑栏

github.com/root-two/re…

带索引的分类列表,通讯录,省市地址等

github.com/rgovindji/r…

react-native之站在巨人的肩膀上

www.cnblogs.com/skylor/p/57…

2017.8.29 更新

React Native 【 第三方分享 】、【 第三方登录 】. 支持平台:QQ、QQ空间、微信、朋友圈、新浪微博、FaceBook... 【 Android、 IOS 双平台 】

项目地址:github.com/songxiaolia…

使用:blog.csdn.net/u013718120/…

2017.8.22 更新

基于FlatList的下拉、上拉刷新组件

react-native-refresh-list-view

倒计时组件

github.com/ljunb/rn-co…

react-native-agora 基于Agora(YY技术团队)直播,视频会议组件

github.com/DBshaoYan/r…

相关资源文章

yq.aliyun.com/articles/78…

www.jianshu.com/p/53ff78168…

少停的博客分享

扫描二维码

github.com/MarnoDev/AC…

复选按钮--checkbox

github.com/crazycodebo…

单选按钮-radioButton

github.com/wayne214/re…

makaidong.com/sinat_17775…

持久化存储

github.com/almost/reac…

realm.io/docs/react-…

获取权限

github.com/yonahforst/…

文件上传

github.com/eduedix/rea…

拍照:

github.com/remobile/re…

视频录制:

github.com/phuochau/re…

react-native-camera是一个第三方的开源库,我们可以通过它来调用设备的摄像头,

从而实现拍照、或者录像功能。

react-native-camera功能强大,我们可以选择使用哪个摄像头、是拍照还是录像、是否录制声音、是否开启闪光灯、视图比例、拍摄质量、拍摄方向、触摸功能、条形码/二维码扫描等等。

GitHub主页地址:github.com/lwansbrough…

一个功能完善的 react-native 高德地图组件:

github.com/qiuxiang/re…

React Native中的懒加载(lazyload)

github.com/magicismigh…

图片缓存方案:

github.com/wcandillon/…

github.com/remobile/re…

github.com/MarnoDev/re…

手势缩放图片:

github.com/ldn0x7dc/re…

弹框-全遮盖的弹出层

react-native-modalbox

诸多reactNative第三方控件,助大家一臂之力

js.coach/react-nativ…

IOS or Android白屏问题

react-native-splash-screen

Toast吐司:

github.com/remobile/re…

github.com/crazycodebo…

github.com/RazerTang/r…

日历控件:

github.com/airbnb/reac…

github.com/wix/react-n…

www.npmjs.com/package/rea…

加解密库:

crypto-js

时间选择器

react-native-picker

github.com/beefe/react…

坐标转换

以后处理坐标转换可能会用到的,用到的时候再看https://github.com/wandergis/coordtransform

Button按钮

简单的按钮控件

github.com/APSL/react-…

react-native-speech

语音播报组件

react-native-snap-carousel

简单的轮播框组件,带有断裂效果,应用于Android和iOS

调用系统的电话、短信、邮件、浏览器:

三方组件:react-native-communications

地址:github.com/anarchickni…

网址里面的 README.md 写的非常的清楚,而且还有例子可供参考,相当方便,iOS和Android亲测没有问题

强烈推荐大家看一下

轮播图:npm install react-native-swiper--save

倒计时:npm install react-native-sk-countdown --save

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

react-native-uploader //文件上传

github.com/aroth/react…

0.gif

jpush-react-native //官方版本

github.com/jpush/jpush…

react-native-jpush 由 React Native 中文网开发维护。

github.com/reactnative…

pouchdb-react-native pouchdb插件

react-native-animatable 动画

react-native-carousel 轮播

react-native-countdown 倒计时

github.com/jackuhan/re… 倒计时

react-native-device-info 设备信息

react-native-fileupload 文件上传

react-native-icons 图标

github.com/oblador/rea… 图标

react-native-image-crop-picker 图片选择器

react-native-image-picker 图片选择器

关于图片选择器的配置:www.cnblogs.com/shaoting/p/…

react-native-keychain iOS KeyChain管理

react-native-picker滚轮选择器: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组件库(各种漂亮的小组件)github.com/xinthink/re…

点击打开链接

base组件库(各种封装不错的小组件)nativebase.io/docs/v0.4.6…

github.com/GeekyAnts/N…

点击打开链接

不错的按钮

github.com/mastermoo/r…

github.com/ide/react-n…

输入框表单验证

github.com/gcanti/tcom…

github.com/FaridSafi/r…

github.com/bartonhammo…

炫酷效果的 TextInput

github.com/halilb/reac…

github.com/zbtang/Reac…

聊天

github.com/FaridSafi/r…

地图

github.com/lelandricha…

github.com/lovebing/re…

动画

github.com/oblador/rea…

加载动画

github.com/maxs15/reac…

抽屉效果

github.com/root-two/re…

github.com/react-nativ…

侧滑按钮

github.com/dancormier/…

github.com/jemise111/r…

图表

github.com/tomauty/rea…

下拉放大

github.com/lelandricha…

可滑动的日历组件

github.com/cqm1994617/…

日历弹出@IOS和Android

github.com/wayne214/re…

语言转化和一些常用格式转换

github.com/joshswan/re…

单选多选ListView

github.com/hinet/react…

选择按钮

github.com/sconxu/reac…

二维码

github.com/ideacreatio…

制作本地库

github.com/frostney/re…

影音相关

github.com/MisterAlex9…

安卓录音

github.com/bosung90/re…

提示消息的Bar

github.com/KBLNY/react…

iOS原生TableView

github.com/aksonov/rea…

点击弹出视图

github.com/jeanregisse…

github.com/instea/reac…

3D Touch

github.com/madriska/re…

双平台兼容的ActionSheet

github.com/beefe/react…

照片墙

github.com/ldn0x7dc/re…

键盘遮挡问题

github.com/reactnative…

github.com/wix/react-n…

本地存储

github.com/sunnylqm/re…

星星

github.com/djchie/reac…

国际化

github.com/joshswan/re…

扫描二维码

github.com/lazaronixon…

通讯录

github.com/rt2zz/react…

加密

www.npmjs.com/package/cry…

缓存管理

github.com/reactnative…

ListView的优化

github.com/sghiassy/re…

图片和base64互转

github.com/xfumihiro/r…

安卓 iOS 白屏解决

github.com/mehcode/rn-…

Text跑马灯效果

github.com/remobile/re…

清除按钮的输入框

github.com/beefe/react…

WebView相关

github.com/alinz/react…

判断横竖屏

github.com/yamill/reac…

PDF

github.com/cnjon/react…

获取设备信息

github.com/rebeccahugh…

手势放大缩小移动

github.com/kiddkai/rea…

github.com/johanneslum…

下拉-上拉-刷新

github.com/FaridSafi/r…

github.com/jsdf/react-…

github.com/greatbsky/r…

上拉加载-下拉刷新

github.com/wayne214/re…

下拉选择

github.com/alinz/react…

github.com/WheelerLee/…

图片查看

github.com/oblador/rea…

照片选择

github.com/marcshillin…

github.com/ivpusic/rea…

图片加载进度条

github.com/oblador/rea…

轮播视图

github.com/race604/rea…

github.com/FuYaoDe/rea…

github.com/appintheair…

github.com/leecade/rea…

模态视图

github.com/maxs15/reac…

github.com/brentvatne/…

github.com/bodyflex/re…

毛玻璃效果

github.com/react-nativ…

头像库

github.com/oblador/rea…

滑动选项卡

github.com/skv-headles…

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

www.jianshu.com/p/e3ee0ab1e…

react native仿微信性别选择-自定义弹出框

Axios 是一个基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中。

react-native-progress

react-native-baidumap-sdk

与 react-native-amap3d 相似,除此之外还实现了:

独立定位模块

地理编码/逆地理编码

点聚合组件

最灵活的UI控件库:React Native UI Lib

React Native开发实用技巧

gitee.com/1148030615/…

github.com/easyui/reac…