react native app 一款综合类app,包含:新闻、聊天、朋友圈、工具、个人信息等模块。
引入第三方插件
1.react-navigation 导航控件
https://reactnavigation.org/docs/intro/
http://www.jianshu.com/p/80408a62d690
http://www.jianshu.com/p/b877115fff1b
2.react-native-scrollable-tab-view 顶部 tab 导航
https://github.com/skv-headless/react-native-scrollable-tab-view
3.axios 网络请求
https://github.com/mzabriskie/axios
4.qs querystring 转换
https://github.com/ljharb/qs
5.react-native-device-info 设备信息
https://github.com/rebeccahughes/react-native-device-info
6.react-native-storage 本地键值对缓存
https://github.com/sunnylqm/react-native-storage/blob/master/README-CHN.md
7.react-native-vector-icons 图标库 , 目前主要使用的是其中的 Ionicons
https://github.com/oblador/react-native-vector-icons
8.realm-js 数据库
https://github.com/realm/realm-js
https://realm.io/docs/javascript/latest/
9.crypto-js 数据加密
https://github.com/brix/crypto-js
10.react-native-image-zoom-viewer 图集查看
https://github.com/ascoders/react-native-image-viewer
11.react-native-swiper 图片轮播
https://github.com/leecade/react-native-swiper
12.react-native-elements UI 库
https://github.com/react-native-training/react-native-elements
https://react-native-training.github.io/react-native-elements/
13.react-native-sound 音频播放库
https://github.com/zmxv/react-native-sound
14.react-native-syan-image-picker 图片选择
https://github.com/syanbo/react-native-syan-image-picker
15.react-native-popup-dialog 自定义弹出框
https://github.com/jacklam718/react-native-popup-dialog
16.react-native-root-toast 自定义弹出框
https://github.com/magicismight/react-native-root-toast
17.react-native-fs 下载保存(图片、音频、视频、文件)
https://github.com/itinance/react-native-fs
18.jpush-react-native 极光推送
https://github.com/jpush/jpush-react-native
19.react-native-audio 音频录制库
https://github.com/jsierles/react-native-audio
20 新下载组件 react-native-fetch-blob
https://github.com/wkh237/react-native-fetch-blob