react native 类库(二)

一.react native动画react-native-animatable)

https://github.com/oblador/react-native-animatable    //GitHub地址

二.高德地图(react-native-amap3d)

https://github.com/qiuxiang/react-native-amap3d  //GitHub地址

三.路由,包括场景,Tabs等

https://github.com/aksonov/react-native-router-flux/blob/b11a84962e4e4d9265770382b8859d21d1a12ea0/README2.md   //先看这个

https://github.com/aksonov/react-native-router-flux#try-the-example-app  //GitHub地址

四.微信分享,支付,登录

https://github.com/yorkie/react-native-wechat    //GitHub地址

五.模拟数据,可随机生成

http://mockjs.com/   官网

六.网易云信IM即使通讯

https://github.com/reactnativecomponent/react-native-chat-demo  //demo

https://github.com/reactnativecomponent/react-native-netease-im   //组件

https://github.com/reactnativecomponent/react-native-netease-im/blob/master/index.js  //API

.强烈推荐。官方推荐的路由,可滑动tabBar,侧边栏等----React Navigation

https://reactnavigation.org/docs/intro/nesting    官网 

八.下拉刷新和上拉加载更多

这里提供了多种:

https://github.com/greatbsky/react-native-pull/wiki   //可以支持自定义UI。

https://github.com/react-native-component/react-native-smart-pull-to-refresh-listview  

https://github.com/shiwenwen/react-native-swRefresh  //可自定义

https://github.com/FaridSafi/react-native-gifted-listview

https://github.com/huanxsd/react-native-refresh-list-view

https://github.com/NadiKuts/react-native-pull-refresh   //可自定义

https://github.com/evetstech/react-native-animated-ptr

https://github.com/hzl123456/react-native-rk-pull-to-refresh

九.手势解锁

https://github.com/SunflowerGJ/react-native-gesture-password  //GitHub

十.类似列表左滑右滑删除等按钮

https://github.com/jemise111/react-native-swipe-list-view   //Github

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

https://github.com/bolan9999/react-native-largelist/blob/master/README-cn.md   //强大

十一.走势图,统计图,图表

https://github.com/wuxudong/react-native-charts-wrapper  //Github

十二.下拉图片放大

https://github.com/lelandrichardson/react-native-parallax-view  //GitHub

十三.3D触控屏幕

https://github.com/jordanbyron/react-native-quick-actions //GitHub

十四.图片加载进度条

https://github.com/oblador/react-native-image-progress //GitHub

十五类似微信朋友圈点击图片放大预览

https://github.com/ascoders/react-native-image-viewer  

https://github.com/halilb/react-native-photo-browser

https://github.com/rilyu/teaset/blob/master/docs/cn/AlbumView.md  //安装 npm install teaset --save

https://github.com/archriss/react-native-image-gallery

https://github.com/ldn0x7dc/react-native-transformable-image  //这个是图片放大缩小

猜你喜欢

转载自my.oschina.net/u/3112095/blog/1557450