<Tab.Screen key={item[0]}...../> item[0] 是什么

来源:5-8 基于react-navigation的APP导航框架搭建-底部导航

没有杰瑞的汤姆猫

2022-01-26

图片描述

写回答

2回答

CrazyCodeBoy

2022-01-28

 PopularPage: {
    screen: PopularPage,
    navigationOptions: {
      tabBarLabel: '最热',
      headerShown: false,
      tabBarIcon: ({ color, focused }) => (
        <MaterialIcons name={'whatshot'} size={26} style={{ color: color }} />
      ),
    },
  },
...
const tabs = { PopularPage, TrendingPage, FavoritePage, MyPage }; //根据需要定制显示的tab
Object.entries(tabs).map((item) => {
...

item[0] 对应的是XXXPage,如PopularPage的screen,以此类比item[1]对应的是navigationOptions


0
1
show_hand_c
item[1]对应的是navigationOptions , navigationOptions里面没看到有screen和navigationOptions属性呀?
2022-02-14
共1条回复

CrazyCodeBoy

2022-01-27

item[0] 是获取item中的第1个元素

0
1
没有杰瑞的汤姆猫
不太明白它了第一个元素是撒
2022-01-27
共1条回复

RN入门到进阶,打造高质量上线App

解锁React Native开发应用新姿势,React Native新版本热门技术

3144 学习 · 3241 问题

查看课程