我正在尝试设置router-flux navBar透明背景, 它在IOS中起作用,在Android中我在导航栏的底部有一条非常非常薄的白线,看起来像3D / zIndex上层
版本 react-native-router-flux:" ^ 4.0.0-beta.28" " react-native":" 0.52.1",
这是我的代码:
<Drawer key='DrawerRoot' contentComponent={SideMenu} drawerWidth={200}
drawerImage={MenuIcon} drawerPosition='left' hideNavBar>
<Scene key='scene1' component={comp1}
drawer={true} navTransparent={true}/>
<Scene key='scene2' component={comp2} title={'title'} back/>
</Drawer>
我想让它完全透明。 感谢帮助者