React-native 常用的第三方库汇总

React-native项目常用的第三方组件汇总:

Base组件库                   https://github.com/xinthink/react-native-material-kit

                                       https://github.com/GeekyAnts/NativeBase

获取设备信息                 https://github.com/rebeccahughes/react-native-device-info

日历组件                        https://github.com/cqm1994617/react-native-myCalendar

                                      https://github.com/christopherdro/react-native-calendar

双平台actionsheet        https://github.com/beefe/react-native-actionsheet

生成二维码                     https://github.com/cssivision/react-native-qrcode

扫描二维码                     https://github.com/lwansbrough/react-native-camera

拍照                                https://github.com/lwansbrough/react-native-camera

抽屉效果                         https://github.com/root-two/react-native-drawer

                                        https://github.com/react-native-community/react-native-side-menu

动画                                 https://github.com/oblador/react-native-animatable

加载动画                          https://github.com/maxs15/react-native-spinkit

评论时的星星                   https://github.com/djchie/react-native-star-rating

listview下拉刷新             https://github.com/greatbsky/react-native-pull/wiki

                                        https://github.com/FaridSafi/react-native-gifted-listview

                                        https://github.com/jsdf/react-native-refreshable-listview

图表                                 https://github.com/tomauty/react-native-chart

下拉选择                          https://github.com/alinz/react-native-dropdown

滑动选项卡                      https://github.com/skv-headless/react-native-scrollable-tab-view

图标                                 https://github.com/oblador/react-native-vector-icons

轮播效果                          https://github.com/leecade/react-native-swiper

                                         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/oblador/react-native-image-progress

查看图片&图片放大          https://github.com/oblador/react-native-lightbox

图片选择                           https://github.com/react-community/react-native-image-picker

                                         https://github.com/ivpusic/react-native-image-crop-picker

选项卡TabBar                  https://github.com/exponentjs/react-native-tab-navigator

不错的按钮                       https://github.com/mastermoo/react-native-action-button

                                         https://github.com/ide/react-native-button

侧滑按钮                           https://github.com/dancormier/react-native-swipeout

                                         https://github.com/jemise111/react-native-swipe-list-view

附带效果的TextInput       https://github.com/halilb/react-native-textinput-effects

输入框表单验证                https://github.com/bartonhammond/snowflake

                                         https://github.com/gcanti/tcomb-form-native

                                         https://github.com/FaridSafi/react-native-gifted-form

聊天                                  https://github.com/FaridSafi/react-native-gifted-chat

语言转化和一些常用格式转换 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/frostney/react-native-create-library

点击弹出视图                    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

照片墙                               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/rt2zz/react-native-contacts

加密      https://github.com/brix/crypto-js

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

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/kiddkai/react-native-gestures

https://github.com/johanneslumpe/react-native-gesture-recognizers

模态视图

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

你可能感兴趣的:(React-native 常用的第三方库汇总)