mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 17:23:42 +08:00
Pass through minSwipeDistance
This commit is contained in:
committed by
satyajit.happy
parent
2df61f7cd1
commit
ebe5fff9ec
@@ -125,6 +125,7 @@ export default class DrawerView extends React.PureComponent {
|
||||
edgeWidth={this.props.navigationConfig.edgeWidth}
|
||||
hideStatusBar={this.props.navigationConfig.hideStatusBar}
|
||||
statusBarAnimation={this.props.navigationConfig.statusBarAnimation}
|
||||
minSwipeDistance={this.props.navigationConfig.minSwipeDistance}
|
||||
overlayColor={this.props.navigationConfig.overlayColor}
|
||||
>
|
||||
<SceneView
|
||||
|
||||
Reference in New Issue
Block a user