React Native常用第三方組件匯總--史上最全

來源:互聯網
上載者:User

React Native 項目常用第三方組件匯總:


react-native-animatable 動畫


react-native-carousel 輪播


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/vczero/react-native-calendar


語言轉化和一些常用格式轉換
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



A ScrollView-like component that:
Has a parallax header
Has an optional sticky header
Is composable with any component that expects a ScrollView (e.g. ListView or InfiniteScrollView)
Can be nested within other views
Works on iOS and Android

react-native-parallax-scroll-view


加密crypto-js

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


將 HTML 目錄作為本地視圖的控制項  react-native-htmlview
https://github.com/jsdf/react-native-htmlview


工程目錄下終端輸入  npm i  XXX  save


另附連結:

https://github.com/jondot/awesome-react-native

https://github.com/MarnoDev/react-native-open-project

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.