國人自定義React Native開源元件ViewPager
react-native-viewpager是國人實現的第一個自定義的 React Native 的元件——ViewPager,純 JavaScript 打造,自帶頁面指示器(也支援定義樣式),支援自動播放,支援無限迴圈滑動,Android 和 iOS 上通用。專案地址在這裡:
race604/react-native-viewpager · GitHub
也釋出到了npm上了,直接 npm install react-native-viewpager 你就可以得到它。
這個ViewPager元件類似ListView, 能毫無效能問題情況下渲染輸出數百個頁面,效能比Android的更好, ViewPager能自動播放,自動迴圈,無限滾頁。
[該貼被banq於2015-10-11 12:51修改過]
相關文章
- 自定義控制元件ViewPager控制元件Viewpager
- React Native自定義ButtonReact Native
- React Native 實現自定義下拉重新整理元件React Native元件
- beeshell:開源的 React Native 元件庫React Native元件
- 從 Android 到 React Native 開發(三、自定義原生控制元件支援)AndroidReact Native控制元件
- 自定義 React Native 二維碼掃描元件(簡單,易用!)React Native元件
- 美團React Native開源元件庫beeshell詳解React Native元件
- 開源React Native元件庫beeshell 2.0釋出React Native元件
- React Native 自定義元件及屬性React Native元件
- 【詳解】純 React Native 程式碼自定義折線圖元件 (譯)React Native元件
- 如何在React Native中新增自定義字型React Native自定義字型
- 自定義ViewPager指示器Viewpager
- 自定義react資料驗證元件React元件
- ViewPager之標籤的自定義Viewpager
- Facebook 開源安卓版 React Native安卓React Native
- Android 自定義控制元件 ViewPager頭部指示器控制元件 ViewPagerBelowIndicatorAndroid控制元件ViewpagerIndicator
- React Native 自定義鍵盤之輸入車牌號React Native
- React 開源元件筆記React元件筆記
- React Native元件(二)View元件解析React Native元件View
- React Native元件篇(二) — Image元件React Native元件
- React Native元件篇(三) — TextInput元件React Native元件
- React Native元件篇(一) — Text元件React Native元件
- React Native——Component(元件)React Native元件
- React Native 截圖元件React Native元件
- React Native元件篇(四) — Touchable系列元件React Native元件
- wpf自定義控制元件新增引用資源控制元件
- React Native選擇器元件-react-native-slidepickerReact Native元件IDE
- React Native 文件檢視元件React Native元件
- 直播小程式原始碼,react-native自定義文字輸入框原始碼React
- React Native——自定義下拉重新整理上拉載入的列表React Native
- react-native-vector-icons進階教程(自定義iconfont使用)React
- 開源一個天氣APP Build with React NativeAPPUIReact Native
- React Native 元件(一)元件的生命週期React Native元件
- iOS React Native 混合開發整合React NativeiOSReact Native
- react-native 仿原生自定義彈窗|iOS/Android 彈窗效果ReactiOSAndroid
- 使用 React Native 自定義安全鍵盤(iOS 和 Android 雙適配)React NativeiOSAndroid
- SpringBoot + 通義千問 + 自定義React元件,支援EventStream資料解析!Spring BootReact元件
- 【原始碼解析】React Native元件渲染原始碼React Native元件