1、背景
因為自己的幾個APP都是用React Native做的,感覺到React Native的寫APP效率真的很高,在NPM上搜索了一些插件,發現React Native的生態圈現在真的很大。絕對可以滿足現在很多APP的需求,而不止企業類的APP了。
2、插件匯總(一直在整理中。。。)
react-native-linear-gradient 顏色漸變處理 react-native-login 視頻界面登錄 react-native-keyboard-aware-scroll-view 鍵盤顯示處理 react-native-popup-dialog 彈窗 react-native-dropdownalert 一種非常漂亮的alert彈窗方式,從狀態欄往下彈窗; react-native-simple-radio-button 單選按鈕; react-native-swiper react-native-macos macos桌面應用 react-native-wechat 集成微信相關SDK react-native-modalbox 模態彈窗 react-native-touch-id 指紋登錄 react-native-prompt 可輸入文字的彈窗 react-native-sqlite-storage sqlite數據庫存儲 react-native-permissions 權限檢查 react-native-progress-hud loading圈 react-native-snackbar 類似toast的彈窗模式 react-native-qrcode-svg 二維碼生產工具 native-base UI組件 react-native-busy-indicator loading圈 react-native-fit-image 圖片展示優化 react-native-timer 定時器管理 react-native-scrollable-tab-view 可以左右滑動的tab react-native-zip-archive 解壓工具 react-native-xml2js react-native-spinkit 好看的loading圈 react-native-interactable 有很強交互效果的table視圖 react-native-pull-to-refresh 下拉刷新效果 react-native-deck-swiper 不錯的swiper效果 react-native-prefix-picker select效果 react-native-gesture-helper 手勢 向上還是向下 還是向左 react-native-drawer-layout 抽屜效果 react-native-sortable-listview 可拖拽排序的列表視圖 react-native-progress 進度條 長方形 圓形 react-native-splash-screen 啟動屏處理 react-native-masked-text 指定格式的輸入框 react-native-keyboard-manager 針對IOS 鍵盤遮擋的問題 俺可以這么用android:windowSoftInputMode="adjustResize" react-native-beacons-manager 藍牙處理 react-native-fetch-blob 文件獲取 react-native-popup-menu 彈出菜單 react-native-pathjs-charts 圖表 react-native-dates 日歷日期選擇工具 react-native-calendar-strip 一種簡單的日歷處理 react-native-simple-markdown 簡單的markdown文本編輯器 react-native-image-progress 進度條 react-native-img-cache 圖片緩存技術 rn-placeholder 在展示具體的文字和圖片之前有個加載樣式處理 react-native-pie-chart 餅狀圖 react-native-maps 地圖 react-native-loading-overlay loading圈加載遮罩
3、運用
寫例子,不如寫產品;