mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-11 22:33:32 +08:00
Expose drawer container style
This commit is contained in:
@@ -4,6 +4,7 @@ exports[`createDrawerNavigator renders successfully 1`] = `
|
||||
<RCTView
|
||||
contentContainerStyle={undefined}
|
||||
drawerBackgroundColor="white"
|
||||
drawerContainerStyle={undefined}
|
||||
drawerLockMode={undefined}
|
||||
drawerPosition="left"
|
||||
drawerType="front"
|
||||
|
||||
@@ -238,6 +238,7 @@ export default class DrawerView extends React.PureComponent {
|
||||
statusBarAnimation={this.props.navigationConfig.statusBarAnimation}
|
||||
minSwipeDistance={this.props.navigationConfig.minSwipeDistance}
|
||||
overlayColor={this.props.navigationConfig.overlayColor}
|
||||
drawerContainerStyle={this.props.navigationConfig.drawerContainerStyle}
|
||||
contentContainerStyle={
|
||||
this.props.navigationConfig.contentContainerStyle
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user