react-native创建tabbar

在使用react-native的过程中,一般都会做一些tabbar。 在这里我比较常用的是 : react-native-tab-navigator 这个第三方库 下面是效果图:  我贴下核心代码 const dataSource = [ {icon:require('./image/icon_home_normal.png'),selectedIcon:require('./image/icon
相关文章
相关标签/搜索