我不能在react navigaion上将背景图像添加到标签栏吗?这可能吗?请帮助
{
tabBarPosition: 'top',
swipeEnabled: true,
animationEnabled: true,
tabBarOptions: {
activeTintColor: '#fff',
inactiveTintColor: '#FA9AA6',
indicatorStyle: { backgroundColor: 'transparent', },
style: {
backgroundColor: 'rgba(22, 22, 22, 0)',
borderWidth: 0,
height: 60,
elevation: 0,
width: '50%'
},
},
},