【发布时间】:2020-10-20 06:59:55
【问题描述】:
tabBarOptions={{
scrollEnabled: true,
style: {
backgroundColor: 'transparent',
},
tabStyle: {
width: 'auto',
margin: theme.sizes.radius,
padding: 0, //only horizontal works,how to modify vertical padding ?
backgroundColor: 'yellow',
},
labelStyle: {
margin: 0,
backgroundColor: 'red',
},
activeTintColor: theme.colors.default,
renderIndicator: () => null,
}}
【问题讨论】:
-
tabStyle: {minHeight: null} 有效
标签: react-native react-navigation