diff --git a/src/platformSpecific.ios.js b/src/platformSpecific.ios.js index 4568bd3d89c..d1e5e80ab06 100644 --- a/src/platformSpecific.ios.js +++ b/src/platformSpecific.ios.js @@ -100,7 +100,9 @@ function startSingleScreenApp(params) { passPropsLeft={{navigatorID: navigatorID}} componentRight={params.drawer.right ? params.drawer.right.screen : undefined} passPropsRight={{navigatorID: navigatorID}} - disableOpenGesture={params.drawer.disableOpenGesture}> + disableOpenGesture={params.drawer.disableOpenGesture} + type={params.drawer.type ? params.drawer.type : undefined} + animationType={params.drawer.animationType ? params.drawer.animationType : undefined}> {this.renderBody()} );