[我在android中也遇到了同样的问题(但是在发布时抽屉项目的背景越来越暗了。它在android中得到了修复,但是我没有在IOS上修复它的任何道具。enter image description here
您需要将样式设置为与非活动颜色相同的活动抽屉项目。
<DrawerItems {...this.props} activeBackgroundColor='Your Color'/>
有关更多内容选项,请查看this