您的位置:首页 > Web前端 > React

React Native 项目 常用 第三方组件 汇总(二)

2017-07-13 16:16 330 查看
1.https://github.com/aroth/react-native-uploader 文件上传

2.https://github.com/oblador/react-native-animatable 动画

3.https://github.com/oblador/react-native-vector-icons 图标

4.https://github.com/ivpusic/react-native-image-crop-picker 图片选择器(可多选)

5.https://github.com/beefe/react-native-picker 滚轮选择器

6.https://github.com/jsdf/react-native-refreshable-listview 下拉刷新listview

7.https://github.com/skv-headless/react-native-scrollable-tab-view 可滚动标签

8.https://github.com/react-native-community/react-native-side-menu 侧栏

9.https://github.com/leecade/react-native-swiper 图片轮播

10.https://github.com/crazycodeboy/react-native-check-box CheckBox

11.https://github.com/crazycodeboy/react-native-easy-toast Toast 组件

12.https://github.com/xinthink/react-native-material-kit 各种漂亮的小组件

https://github.com/GeekyAnts/NativeBase base组件库


14.https://github.com/mastermoo/react-native-action-button 不错的按钮

15.https://github.com/halilb/react-native-textinput-effects

https://github.com/zbtang/React-Native-TextInputLayout 炫酷效果的 TextInput

16.https://github.com/FaridSafi/react-native-gifted-chat 聊天

17.https://github.com/lovebing/react-native-baidu-map 百度地图

(集成百度地图详细教程:http://www.jianshu.com/p/eceb7e66fa5e)

18.https://github.com/maxs15/react-native-spinkit 加载动画

19.https://github.com/dancormier/react-native-swipeout

https://github.com/jemise111/react-native-swipe-list-view 侧滑按钮

20.https://github.com/wuxudong/react-native-charts-wrapper 图表(功能炒鸡强大)

21.https://github.com/lelandrichardson/react-native-parallax-view 下拉放大

22.https://github.com/cqm1994617/react-native-myCalendar 可滑动的日历组件

23.https://github.com/KBLNY/react-native-message-bar 提示消息的Bar

24.https://github.com/jeanregisser/react-native-popover 点击弹出视图

25.https://github.com/madriska/react-native-quick-actions 3D Touch

26.https://github.com/beefe/react-native-actionsheet 双平台兼容的ActionSheet

27.https://github.com/reactnativecn/react-native-inputscrollview

https://github.com/wix/react-native-keyboard-aware-scrollview键盘遮挡问题

28.https://github.com/oblador/react-native-image-progress 图片加载进度条

29.https://github.com/maxs15/react-native-modalbox

https://github.com/bodyflex/react-native-simple-modal 模态视图

30.https://github.com/react-native-community/react-native-blur 毛玻璃效果
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: