外掛說明
外掛總匯 http://hackersome.com/p/jondot/awesome-react-native
外掛
npm i --save react-native-popover (按鈕提示訊息框) https://www.npmjs.com/package/react-native-popover
npm install react-native-banner --save (banner輪播) https://github.com/sincethere/react-native-banner
npm i react-native-swiper --save (手勢切換與輪播) https://github.com/leecade/react-native-swiper
npm install react-native-viewpager --save (輪播,高度小可能有一些問題) https://github.com/race604/react-native-viewpager
npm install @remobile/react-native-marquee-label --save (跑馬燈) https://github.com/remobile/react-native-marquee-label
npm install react-native-scrollable-tab-view --save (menu選單) https://github.com/skv-headless/react-native-scrollable-tab-view
npm install react-native-tooltip --save (提示框) https://github.com/chirag04/react-native-tooltip
npm install react-native-busy-indicator --save (讀取中) https://github.com/RealOrangeOne/react-native-busy-indicator
npm i react-native-parallax-view --save (圖片上面下拉會有動畫) https://github.com/lelandrichardson/react-native-parallax-view
(選單,android在上面 ios在下面) https://github.com/thebakeryio/react-native-complex-nav ->http://blog.thebakery.io/react-native-experimental-navigation-with-redux/
npm install --save react-native-web-container (WEBVIEW 自動高度) https://github.com/danrigsby/react-native-web-container
npm install --save react-native-html-webview (webview 自動高度) https://github.com/almost/react-native-html-webview -- >這個版本有問題
npm install react-native-picker --save (多個下拉選擇) https://github.com/beefe/react-native-picker -->3.0.5為舊版穩定版
npm install --save liaoyuan-io/react-native-multiple-image-picker (圖片選擇器) https://github.com/liaoyuan-io/react-native-multiple-image-picker
npm install react-native-progress --save (處理中) https://github.com/oblador/react-native-progress
npm i react-native-percentage-circle --save (圓形百分比) https://github.com/JackPu/react-native-percentage-circle
npm install react-native-linear-gradient --save (顏色漸層) https://github.com/react-native-community/react-native-linear-gradient
npm install react-native-social-share --save (分享) https://github.com/doefler/react-native-social-share --> 需要設定
npm install --save react-native-timer (計時器) https://github.com/fractaltech/react-native-timer
圖片選擇器
npm i react-native-image-crop-picker --save (相片與圖片瀏覽器) https://github.com/ivpusic/react-native-image-crop-picker
npm install react-native-image-picker@latest --save (圖片瀏覽器) https://github.com/marcshilling/react-native-image-picker
npm install react-native-imagepicker (ios)(圖片選擇器) https://github.com/doochik/react-native-imagepicker
tab 選單
npm install react-native-tab-navigator --save (menu tab 選單) https://github.com/exponentjs/react-native-tab-navigator
提示框
npm install react-native-sk-toast@latest --save (提示框 toast) https://github.com/shigebeyond/react-native-sk-toast
分享
npm install react-native-share --save (分享按鈕) https://github.com/EstebanFuentealba/react-native-share
鍵盤
npm i react-native-keyboard-aware-scroll-view --save (鍵盤檔到輸入框用) https://github.com/APSL/react-native-keyboard-aware-scroll-view
網路訊息
npm install react-native-network-info --save (取得ip位置、ssid) https://github.com/pusherman/react-native-network-info
取得裝置訊息
npm install --save react-native-device-info (取得裝置訊息) https://github.com/rebeccahughes/react-native-device-info