react-native 中常用插件
2020-03-16 本文已影响0人
啥名都不好起
轮播图插件:react-native-swiper
Tabbar插件:react-native-tab-navigator
图标素材插件:react-native-vector-icons
安装以后直接react-native link react-native-vector-icon即可,github文档的教程不适用于新版本react-native
路由组件:react-native-router-flux

进行路由跳转时,需要引入Actions组件,Actions.路由规则的key值()这样进行调用就能顺利进行路由跳转