1.Toast:
https://github.com/magicismight/react-native-root-toast
2.图标的使用:
https://github.com/oblador/react-native-vector-icons
3.选择照片:
https://github.com/lwansbrough/react-native-camera
4.二级菜单:
https://github.com/vczero/react-native-tab-menu
5.日历组件:
https://github.com/vczero/react-native-calendar
6.轮播组件:
https://github.com/leecade/react-native-swiper
7.模态对话框:
https://github.com/devWayne/react-native-modal
8.Tab-navitor:
https://github.com/happypancake/react-native-tab-navigator
9.滑动切换:
https://github.com/skv-headless/react-native-scrollable-tab-view
参考博客:
http://www.jianshu.com/p/b7788c3d106e
10.侧滑:
https://github.com/root-two/react-native-drawer
11.导航栏:
https://github.com/react-community/react-navigation
官方文档: https://reactnavigation.org/docs/navigators/stack
参考博客:
http://blog.csdn.net/sinat_17775997/article/details/70176688
http://blog.csdn.net/u013718120/article/details/72357698
12.TabBar:
npm i react-native-tab-navigator --save
13.navigation:
https://github.com/wix/react-native-navigation
14.下拉刷新,上拉加载:react-native-pull
http://www.jianshu.com/p/017264724d49
15.iOS个推:
https://github.com/GetuiLaboratory/react-native-getui/blob/master/example/document/iOS.md
16.加载HTML文本信息展示成视图:
https://github.com/siuying/react-native-htmltext
https://www.oschina.net/p/react-native-htmlview
17.文件操作:
https://github.com/itinance/react-native-fs
18.数据存储:react-native-storage
https://github.com/sunnylqm/react-native-storage/blob/master/README-CHN.md
19.数据库:react-native-sqlite 不支持Android
https://github.com/almost/react-native-sqlite
20.动画:react-native-animatable
21.仿QQ微信列表左右滑动删除 react-native-swipe-list-view:
https://github.com/dancormier/react-native-swipeout
22.图片查看器:
https://github.com/halilb/react-native-photo-browser
使用AsyncStorage,但是发现构建相同的保存和获取功能变得很冗长乏味,太烦人,而这个 Simple Store是基于AsyncStorage 之上构建,能够简单直接访问设备.
24.react-native-timeago:时间处理
25.数据库操作: react-native-sqlite-storage
26.TextInput输入键盘适应:
react-native-keyboard-aware-scroll-view
27.启动屏:
https://github.com/crazycodeboy/react-native-splash-screen
28.城市列表选择:
http://blog.csdn.net/liu__520/article/details/53671912
29.相册图片选择,拍照,裁剪图片:
https://github.com/ivpusic/react-native-image-crop-picker