【发布时间】:2021-08-19 11:46:00
【问题描述】:
我想在标签栏上方浮动我的主页图标,但它被剪掉了,有人可以建议如何做到这一点.. 还要附上屏幕截图和导航堆栈结构
stack navigation
-1. drawer nav
-a. Tab nav
position: 'absolute',
bottom: 20,
height: 58,
width: 58,
borderRadius: 58,
backgroundColor: colors.primaryColor,
justifyContent: 'center',
alignItems: 'center',
shadowColor: '#000',
shadowOffset: {
width: 0,
height: 3,
},
shadowOpacity: 0.29,
shadowRadius: 4.65,
elevation: 7,
flex: 1,
【问题讨论】:
标签: react-native react-native-navigation react-navigation-bottom-tab