|
@@ -102,7 +102,10 @@ function startSingleScreenApp(params) {
|
102
|
102
|
passPropsLeft={{navigatorID: navigatorID}}
|
103
|
103
|
componentRight={params.drawer.right ? params.drawer.right.screen : undefined}
|
104
|
104
|
passPropsRight={{navigatorID: navigatorID}}
|
105
|
|
- disableOpenGesture={params.drawer.disableOpenGesture}>
|
|
105
|
+ disableOpenGesture={params.drawer.disableOpenGesture}
|
|
106
|
+ type={params.drawer.type ? params.drawer.type : undefined}
|
|
107
|
+ animationType={params.drawer.animationType ? params.drawer.animationType : undefined}
|
|
108
|
+ >
|
106
|
109
|
{this.renderBody()}
|
107
|
110
|
</DrawerControllerIOS>
|
108
|
111
|
);
|