参考链接:https://www.jianshu.com/p/21ce0c75a163
这个比createBottomTabNavigator更加cool,但是不属于react-navigation中的组件
需要安装react-native-vector-icons
yarn add react-native-vector-icons
react-native link react-native-vector-icons or react-native link
1.yarn add react-navigation-material-bottom-tabs react-native-paper
2.yarn add react-native-vector-icons
``
imprt {createMaterialBottomTabNavigator} from ‘react-navigation-material-bottom-tabs’;
createMaterialBottomTabNavigator(
RouteConfig,
MaterialBottomTabNavigatorConfig,
);
使用 react-native-paper 的 BottomNavigation 组件的一个库,
它不包括整个 react-native-paper , 所以你不需要担心它
最好使用CreateBottomTabNavigator