美文网首页
React Native常用组件轮子(适配Android优先,持

React Native常用组件轮子(适配Android优先,持

作者: 代码界的泥石流 | 来源:发表于2017-01-12 18:00 被阅读0次

以下例子,兼容android优先,IOS其次,强烈推荐看6和8,因为是我们常用组件。(作为一个小白,学习RN 好他妈累啊)

1.类似android中的viewpager+fragment

https://github.com/react-native-community/react-native-tab-view
demo.gif

2.类似android开发中的Tab选择+fragment

https://github.com/skv-headless/react-native-scrollable-tab-view
demo-fb.gif

3.类似android开发中Spinner下拉选择器

https://github.com/sohobloo/react-native-modal-dropdown
demo_1.gif

4.弹出框

https://github.com/marcshilling/react-native-image-picker
android-image.png ios-image.png

5.可拖拽的列表

https://github.com/gitim/react-native-sortable-list
demo (1).gif

6.强大的Android5.0 Material UI常用组件

https://github.com/xotahal/react-native-material-ui

这个不贴图 例子太多 强烈推荐点击查看

7.侧滑删除

https://github.com/jemise111/react-native-swipe-list-view
687474703a2f2f692e696d6775722e636f6d2f36665472645a612e676966.gif

8.常用小组件

https://github.com/xinthink/react-native-material-kit

例子太多 强烈推荐点击查看

9.分段选择配合导航

https://github.com/jmurzy/react-router-native
screenshot.gif

10.这个是啥东西 没看明白 自己看效果 和网址吧

https://github.com/jmurzy/react-router-native
d877dba4-a61e-11e6-8e5a-c85f76419e20.gif

11.可滑动菜单

https://github.com/oliviertassinari/react-swipeable-views
usage.gif

相关文章

网友评论

      本文标题:React Native常用组件轮子(适配Android优先,持

      本文链接:https://www.haomeiwen.com/subject/edudbttx.html