mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-11 22:33:32 +08:00
Merge pull request #26 from xianglinhe/master
Added DrawerLayout contentContainerStyle props back.
This commit is contained in:
@@ -160,6 +160,7 @@ export default class DrawerView extends React.PureComponent {
|
||||
statusBarAnimation={this.props.navigationConfig.statusBarAnimation}
|
||||
minSwipeDistance={this.props.navigationConfig.minSwipeDistance}
|
||||
overlayColor={this.props.navigationConfig.overlayColor}
|
||||
contentContainerStyle={this.props.navigationConfig.contentContainerStyle}
|
||||
>
|
||||
<DrawerGestureContext.Provider value={this.drawerGestureRef}>
|
||||
<SceneView
|
||||
|
||||
Reference in New Issue
Block a user