react native 第三方组件

react native 的成功离不开优秀的第三方组件,以下是我见过的一些优秀或者有用的RN第三方组件

按钮

APSL/react-native-button

导航

react-native-simple-router
react-native-scrollable-tab-view
react-native-router-flux
react-native-router-redux
react-native-tabbar-navigator(IOS only)
react-native-navigation

轮播

react-native-swiper
react-native-viewpager
react-native-carousel
react-native-looped-carousel
react-native-carousel-control
react-native-spring-carousel
react-native-image-carousell

模糊效果

react-native-blur

滚动列表

react-native-parallax-scroll-view(拉伸最上方图片刷新,类似微信朋友圈刷新)
react-native-lazyload
react-native-sglistview
react-native-refreshable-listview

浮动提示

react-native-root-toast

矢量图标

react-native-vector-icons

登陆动画

react-native-login

视频

react-native-video

条形码扫描

react-native-barcodescanner

html页面渲染

react-native-html-render

消息推送

react-native-push-notification

分享与登录

react-native-wechat
react-native-share
react-native-qq
react-native-activity-view

清除没有被取消的定时器

react-timer-mixin

获取手机驱动信息

react-native-device-info

搜索条

react-native-search-bar
react-native-searchBar

fetch数据

fetch-http-client
http-client
isomorphic-fetch

从设备中,选取图片

react-native-image-picker
react-native-camera-roll-picker

关于相机

react-native-camera

本地数据仓库

react-native-store
类似微信的气泡聊天
react-native-message-bubble

图片上传

图片上传

图片缩放查看大图小图

react-native-transformable-image

验证邮箱登录密码等

React-Native-TextInputLayout

缓存管理

缓存管理

弹出层

react-native-root-modal
react-native-lightbox

tab bar

TabComponent
react-native-tab-navigator

类似qq空间发照片说说的效果

react-native-action-button

加载过程条

react-native-progress

类似iPhone通讯录样式

react-native-alphabetlistview

图片缓存

react-native-cache-image

动画效果

react-native-animatable

初始化应用时的循环图片

react-native-looped-carousel

手势解锁

react-native-gesture-password

原文地址:https://www.cnblogs.com/qiyecao/p/8336328.html