组件的参数文档在哪里看?

来源:5-10 顶部导航Tab样式自定义

慕神8170126

2023-08-27

<Tab.Navigator
        screenOptions={{
            lazy: true,
            tabBarItemStyle: styles.tabStyle,
            tabBarScrollEnabled: true,
            tabBarInactiveTintColor: 'white',
            tabBarActiveTintColor: 'white',
            tabBarStyle: {
                backgroundColor: theme.themeColor
            },
            tabBarIndicatorStyle: styles.indicatorStyle,
        }}
写回答

1回答

CrazyCodeBoy

2023-08-28

https://reactnavigation.org/docs/tab-based-navigation/
0
0

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

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

3144 学习 · 3241 问题

查看课程