组件的参数文档在哪里看?
来源: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/00
相似问题