我有一个底部的酒吧,我想添加这个kind of background in react native目前它looks like this。
我如何做到这一点?
这是我当前的代码
<View style={{justifyContent: 'center', alignItems: 'center'}}>
<Image
style={tabStyle.iconSize}
source={require('../assets/List-icon-1.png')}
/>
<Image
style={tabStyle.arrowSize}
source={require('../assets/Arrow-1-1.png')}
/>
</View>
const tabStyle = StyleSheet.create({
iconSize: {
height: 35,
width: 35,
marginBottom: 5,
},
arrowSize: {
height: 17,
width: 15,
marginBottom: 5,
},
});
2条答案
按热度按时间uemypmqf1#
您需要一个组件来完成此操作。
使用Yarn
使用Npm
在那之后
如果不起作用,你可以寻求帮助
oknwwptz2#
您可以在tabBar组件的tabBar选项属性中对此进行自定义