有什么方法可以通过React Native导航从IOS中的抽屉项目标签(导航抽屉v3)中删除触摸效果

问题描述 投票:0回答:1

[我在android中也遇到了同样的问题(但是在发布时抽屉项目的背景越来越暗了。它在android中得到了修复,但是我没有在IOS上修复它的任何道具。enter image description here

react-navigation react-native-ios react-navigation-drawer
1个回答
0
投票

您需要将样式设置为与非活动颜色相同的活动抽屉项目。

<DrawerItems {...this.props} activeBackgroundColor='Your Color'/>

有关更多内容选项,请查看this

© www.soinside.com 2019 - 2024. All rights reserved.