React Native - 常用第三方組件匯總

React Native 項(xiàng)目常用第三方組件匯總:

react-native-animatable 動(dòng)畫

react-native-carousel 輪播

react-native-countdown 倒計(jì)時(shí)

react-native-device-info 設(shè)備信息

react-native-fileupload 文件上傳

react-native-icons 圖標(biāo)

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 可滾動(dòng)標(biāo)簽

react-native-side-menu 側(cè)欄

react-native-swiper 輪播

react-native-video 視頻播放

react-native-viewpager 分頁(yè)瀏覽

react-native-scrollable-tab-view 可滑動(dòng)的底部或上部導(dǎo)航欄框架

react-native-tab-navigator 底部或上部導(dǎo)航框架(不可滑動(dòng))

react-native-check-box CheckBox

react-native-splash-screen 啟動(dòng)白屏問(wèn)題

react-native-simple-router 簡(jiǎn)易路由跳轉(zhuǎn)框架

react-native-storage 持久化存儲(chǔ)

react-native-sortable-listview 分類ListView

react-native-htmlview 將 HTML 目錄作為本地視圖的控件氮趋,其風(fēng)格可以定制

react-native-easy-toast 一款簡(jiǎn)單易用的 Toast 組件滚躯,支持 Android&iOS.

選項(xiàng)卡 https://github.com/exponentjs/react-native-tab-navigator

material組件庫(kù)(各種漂亮的小組件)https://github.com/xinthink/react-native-material-kit

base組件庫(kù)(各種封裝不錯(cuò)的小組件)http://nativebase.io/docs/v0.4.6/components#anatomy
https://github.com/GeekyAnts/NativeBase

不錯(cuò)的按鈕
https://github.com/mastermoo/react-native-action-button
https://github.com/ide/react-native-button

輸入框表單驗(yàn)證
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

動(dòng)畫
https://github.com/oblador/react-native-animatable

加載動(dòng)畫
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

側(cè)滑按鈕
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

語(yǔ)言轉(zhuǎn)化和一些常用格式轉(zhuǎn)換
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

制作本地庫(kù)
https://github.com/frostney/react-native-create-library

影音相關(guān)
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

點(diǎn)擊彈出視圖
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

雙平臺(tái)兼容的ActionSheet
https://github.com/beefe/react-native-actionsheet

照片墻
https://github.com/ldn0x7dc/react-native-gallery

鍵盤遮擋問(wèn)題
https://github.com/reactnativecn/react-native-inputscrollview
https://github.com/wix/react-native-keyboard-aware-scrollview

本地存儲(chǔ)
https://github.com/sunnylqm/react-native-storage

星星
https://github.com/djchie/react-native-star-rating

國(guó)際化
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的優(yōu)化
https://github.com/sghiassy/react-native-sglistview

圖片和base64互轉(zhuǎn)
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相關(guān)
https://github.com/alinz/react-native-webview-bridge

判斷橫豎屏
https://github.com/yamill/react-native-orientation

PDF
https://github.com/cnjon/react-native-pdf-view

獲取設(shè)備信息
https://github.com/rebeccahughes/react-native-device-info

手勢(shì)放大縮小移動(dòng)
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

圖片加載進(jìn)度條
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

模態(tài)視圖
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

頭像庫(kù)
https://github.com/oblador/react-native-vector-icons

滑動(dòng)選項(xiàng)卡
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

(本文轉(zhuǎn)自:http://www.cnblogs.com/franson-2016/p/7138725.html

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市祝旷,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 216,470評(píng)論 6 501
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件户辱,死亡現(xiàn)場(chǎng)離奇詭異鸵钝,居然都是意外死亡,警方通過(guò)查閱死者的電腦和手機(jī)庐镐,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 92,393評(píng)論 3 392
  • 文/潘曉璐 我一進(jìn)店門恩商,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái),“玉大人必逆,你說(shuō)我怎么就攤上這事怠堪。” “怎么了名眉?”我有些...
    開封第一講書人閱讀 162,577評(píng)論 0 353
  • 文/不壞的土叔 我叫張陵粟矿,是天一觀的道長(zhǎng)。 經(jīng)常有香客問(wèn)我损拢,道長(zhǎng)陌粹,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 58,176評(píng)論 1 292
  • 正文 為了忘掉前任福压,我火速辦了婚禮掏秩,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘荆姆。我一直安慰自己蒙幻,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 67,189評(píng)論 6 388
  • 文/花漫 我一把揭開白布胆筒。 她就那樣靜靜地躺著杆煞,像睡著了一般。 火紅的嫁衣襯著肌膚如雪腐泻。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 51,155評(píng)論 1 299
  • 那天队询,我揣著相機(jī)與錄音派桩,去河邊找鬼。 笑死蚌斩,一個(gè)胖子當(dāng)著我的面吹牛铆惑,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播送膳,決...
    沈念sama閱讀 40,041評(píng)論 3 418
  • 文/蒼蘭香墨 我猛地睜開眼员魏,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來(lái)了叠聋?” 一聲冷哼從身側(cè)響起撕阎,我...
    開封第一講書人閱讀 38,903評(píng)論 0 274
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎碌补,沒想到半個(gè)月后虏束,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體棉饶,經(jīng)...
    沈念sama閱讀 45,319評(píng)論 1 310
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 37,539評(píng)論 2 332
  • 正文 我和宋清朗相戀三年镇匀,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了照藻。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 39,703評(píng)論 1 348
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡汗侵,死狀恐怖幸缕,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情晰韵,我是刑警寧澤发乔,帶...
    沈念sama閱讀 35,417評(píng)論 5 343
  • 正文 年R本政府宣布,位于F島的核電站宫屠,受9級(jí)特大地震影響列疗,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜浪蹂,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 41,013評(píng)論 3 325
  • 文/蒙蒙 一抵栈、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧坤次,春花似錦古劲、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 31,664評(píng)論 0 22
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至滑绒,卻和暖如春闷堡,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背疑故。 一陣腳步聲響...
    開封第一講書人閱讀 32,818評(píng)論 1 269
  • 我被黑心中介騙來(lái)泰國(guó)打工杠览, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人纵势。 一個(gè)月前我還...
    沈念sama閱讀 47,711評(píng)論 2 368
  • 正文 我出身青樓踱阿,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親钦铁。 傳聞我的和親對(duì)象是個(gè)殘疾皇子软舌,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 44,601評(píng)論 2 353